#C0BB9E

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

Shades of Ash #C0BB9E

Tints of Ash #C0BB9E

Color information

#C0BB9E (or 0xC0BB9E) is unknown color: approx Ash. HEX triplet: C0, BB and 9E. RGB value is (192,187,158). Sum of RGB (Red+Green+Blue) = 192+187+158=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 158 (62.11% from 255 or 29.42% from 537); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BB9E is #3F4461. Grayscale: #B9B9B9. Windows color (decimal): -4146274 or 10402752. OLE color: 10402752.

HSL color Cylindrical-coordinate representation of color #C0BB9E: hue angle of 51.18º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0BB9E is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB192187158-
CMYK00.030.180.25
HSL51.18º21.25%68.63%-
HSV(B)51.18º17.71%75.29%-
XYZ45.6849.2239.44-
YUV185.19112.66132.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.75%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 158 (62.11% from 255) = 29.42%
R=35.75%
G=34.82%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218715800.030.180.2551.1821.2568.63
HexC0BB9E031219331545
Octal3002732360322316325105
Binary1100000010111011100111100111001011001110011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BB9E; }

 p { color: rgb(192,187,158); }

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

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

 a { background-color: rgb(192,187,158); }

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

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

 span { border-color: rgb(192,187,158); }

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