Html Css Color HEX #C0BC9F Ash

📋 copy color: '#C0BC9F'

red 192 ◦ green 188 ◦ blue 159

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

Shades of Ash #C0BC9F

Tints of Ash #C0BC9F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.88%

 BLUE value IS 159 (62.5% from 255) = 29.5%

R = 35.62%
G = 34.88%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0BC9F (or 0xC0BC9F) is known color: Ash. HEX triplet: C0, BC and 9F. RGB value is (192,188,159). Sum of RGB (Red+Green+Blue) = 192+188+159=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BC9F is #3F4360. Grayscale: #BABABA. Windows color (decimal): -4146017 or 10468544. OLE color: 10468544.

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

Color convert

RGB 192 188 159 -
CMYK 0 0.02 0.17 0.25
HSL 52.73º 0.21% 0.69% -
HSV(B) 52.73º 0.17% 0.75% -
XYZ 45.98 49.68 39.97 -
YUV 185.89 112.83 132.36 -
System Red Green Blue C M Y K H S L
Decimal 192 188 159 0 0.02 0.17 0.25 52.73 0.21 0.69
Hex C0 BC 9F 0 2 11 19 35 15 45
Octal 300 274 237 0 2 21 31 65 25 105
Binary 11000000 10111100 10011111 0 10 10001 11001 110101 10101 1000101

Color Harmonies of #C0BC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC9F

Black with #C0BC9F

Text Example


Text Example

White with #C0BC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC9F; }

 p { color: rgb(192,188,159); }

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

background-color css

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

 a { background-color: rgb(192,188,159); }

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

border-color css

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

 span { border-color: rgb(192,188,159); }

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