#C08F70

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

Shades of Pale Taupe #C08F70

Tints of Pale Taupe #C08F70

Color information

#C08F70 (or 0xC08F70) is unknown color: approx Pale Taupe. HEX triplet: C0, 8F and 70. RGB value is (192,143,112). Sum of RGB (Red+Green+Blue) = 192+143+112=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08F70 is #3F708F. Grayscale: #9A9A9A. Windows color (decimal): -4157584 or 7376832. OLE color: 7376832.

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

Color convert

RGB192143112-
CMYK00.260.420.25
HSL23.25º38.83%59.61%-
HSV(B)23.25º41.67%75.29%-
XYZ34.4932.0219.69-
YUV154.12104.23155.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.95%
GREEN value IS 143 (56.25% from 255) = 31.99%
BLUE value IS 112 (44.14% from 255) = 25.06%
R=42.95%
G=31.99%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214311200.260.420.2523.2538.8359.61
HexC08F7001A2A1917273c
Octal3002171600325231274774
Binary110000001000111111100000110101010101100110111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08F70; }

 p { color: rgb(192,143,112); }

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

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

 a { background-color: rgb(192,143,112); }

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

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

 span { border-color: rgb(192,143,112); }

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