#C0BA9E

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

Shades of Ash #C0BA9E

Tints of Ash #C0BA9E

Color information

#C0BA9E (or 0xC0BA9E) is unknown color: approx Ash. HEX triplet: C0, BA and 9E. RGB value is (192,186,158). Sum of RGB (Red+Green+Blue) = 192+186+158=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BA9E is #3F4561. Grayscale: #B8B8B8. Windows color (decimal): -4146530 or 10402496. OLE color: 10402496.

HSL color Cylindrical-coordinate representation of color #C0BA9E: hue angle of 49.41º 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 #C0BA9E is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB192186158-
CMYK00.030.180.25
HSL49.41º21.25%68.63%-
HSV(B)49.41º17.71%75.29%-
XYZ45.4748.7939.37-
YUV184.6112.99133.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.82%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 158 (62.11% from 255) = 29.48%
R=35.82%
G=34.70%
B=29.48%

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
Decimal19218615800.030.180.2549.4121.2568.63
HexC0BA9E031219311545
Octal3002722360322316125105
Binary1100000010111010100111100111001011001110001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA9E; }

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

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

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

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

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

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

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

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