#C08E74

Color #C08E74 Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #C08E74

Tints of Pale Taupe #C08E74

Color information

#C08E74 (or 0xC08E74) is unknown color: approx Pale Taupe. HEX triplet: C0, 8E and 74. RGB value is (192,142,116). Sum of RGB (Red+Green+Blue) = 192+142+116=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08E74 is #3F718B. Grayscale: #9A9A9A. Windows color (decimal): -4157836 or 7638720. OLE color: 7638720.

HSL color Cylindrical-coordinate representation of color #C08E74: hue angle of 20.53º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C08E74 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB192142116-
CMYK00.260.400.25
HSL20.53º37.62%60.39%-
HSV(B)20.53º39.58%75.29%-
XYZ34.5631.8120.84-
YUV153.99106.56155.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 42.67%
GREEN value IS 142 (55.86% from 255) = 31.56%
BLUE value IS 116 (45.70% from 255) = 25.78%
R=42.67%
G=31.56%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214211600.260.400.2520.5337.6260.39
HexC08E7401A281915263c
Octal3002161640325031254674
Binary110000001000111011101000110101010001100110101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08E74; }

 p { color: rgb(192,142,116); }

 H1.HeaderClassName
 {
   color: #C08E74;
 }
 .AnyTagClassName
 {
   color: #C08E74;
 }
</style>
background-color css

<style>
 a { background-color: #C08E74; }

 a { background-color: rgb(192,142,116); }

 div.DivClassName
 {
   background-color: #C08E74;
 }
 .BgClassName
 {
   background-color: #C08E74;
 }
</style>
border-color css

<style>
 span { border-color: #C08E74; }

 span { border-color: rgb(192,142,116); }

 td.TdClassName
 {
   border-color: #C08E74;
 }
 .TagClassName
 {
   border-color: #C08E74;
 }
</style>