Html Css Color HEX #C0BB9D Ash

📋 copy color: '#C0BB9D'

red 192 ◦ green 187 ◦ blue 157

#C0BB9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ash #C0BB9D

Tints of Ash #C0BB9D

RGB

 RED value IS 192 (75.39% from 255) = 35.82%

 GREEN value IS 187 (73.44% from 255) = 34.89%

 BLUE value IS 157 (61.72% from 255) = 29.29%

R = 35.82%
G = 34.89%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0BB9D (or 0xC0BB9D) is known color: Ash. HEX triplet: C0, BB and 9D. RGB value is (192,187,157). Sum of RGB (Red+Green+Blue) = 192+187+157=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BB9D is #3F4462. Grayscale: #B9B9B9. Windows color (decimal): -4146275 or 10337216. OLE color: 10337216.

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

Color convert

RGB 192 187 157 -
CMYK 0 0.03 0.18 0.25
HSL 51.43º 0.22% 0.68% -
HSV(B) 51.43º 0.18% 0.75% -
XYZ 45.59 49.18 38.99 -
YUV 185.08 112.16 132.94 -
System Red Green Blue C M Y K H S L
Decimal 192 187 157 0 0.03 0.18 0.25 51.43 0.22 0.68
Hex C0 BB 9D 0 3 12 19 33 16 44
Octal 300 273 235 0 3 22 31 63 26 104
Binary 11000000 10111011 10011101 0 11 10010 11001 110011 10110 1000100

Color Harmonies of #C0BB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB9D

Black with #C0BB9D

Text Example


Text Example

White with #C0BB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB9D; }

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

 H1.HeaderClassName
 {
   color: #C0BB9D;
 }
 .AnyTagClassName
 {
   color: #C0BB9D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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