#C0BA9D

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

Shades of Ash #C0BA9D

Tints of Ash #C0BA9D

Color information

#C0BA9D (or 0xC0BA9D) is unknown color: approx Ash. HEX triplet: C0, BA and 9D. RGB value is (192,186,157). Sum of RGB (Red+Green+Blue) = 192+186+157=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BA9D is #3F4562. Grayscale: #B8B8B8. Windows color (decimal): -4146531 or 10336960. OLE color: 10336960.

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

Color convert

RGB192186157-
CMYK00.030.180.25
HSL49.71º21.74%68.43%-
HSV(B)49.71º18.23%75.29%-
XYZ45.3848.7638.92-
YUV184.49112.49133.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.89%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 157 (61.72% from 255) = 29.35%
R=35.89%
G=34.77%
B=29.35%

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
Decimal19218615700.030.180.2549.7121.7468.43
HexC0BA9D031219321644
Octal3002722350322316226104
Binary1100000010111010100111010111001011001110010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA9D; }

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

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

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

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

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

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

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

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