#C09C7F

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

Shades of Pale Taupe #C09C7F

Tints of Pale Taupe #C09C7F

Color information

#C09C7F (or 0xC09C7F) is unknown color: approx Pale Taupe. HEX triplet: C0, 9C and 7F. RGB value is (192,156,127). Sum of RGB (Red+Green+Blue) = 192+156+127=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09C7F is #3F6380. Grayscale: #A3A3A3. Windows color (decimal): -4154241 or 8363200. OLE color: 8363200.

HSL color Cylindrical-coordinate representation of color #C09C7F: hue angle of 26.77º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C09C7F is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB192156127-
CMYK00.190.340.25
HSL26.77º34.03%62.55%-
HSV(B)26.77º33.85%75.29%-
XYZ37.4636.5225.15-
YUV163.46107.43148.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.42%
GREEN value IS 156 (61.33% from 255) = 32.84%
BLUE value IS 127 (50% from 255) = 26.74%
R=40.42%
G=32.84%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215612700.190.340.2526.7734.0362.55
HexC09C7F01322191b223f
Octal3002341770234231334277
Binary110000001001110011111110100111000101100111011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09C7F; }

 p { color: rgb(192,156,127); }

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

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

 a { background-color: rgb(192,156,127); }

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

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

 span { border-color: rgb(192,156,127); }

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