Html Css Color HEX #C0BC9E Ash

📋 copy color: '#C0BC9E'

red 192 ◦ green 188 ◦ blue 158

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

Shades of Ash #C0BC9E

Tints of Ash #C0BC9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.37%

R = 35.69%
G = 34.94%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0BC9E (or 0xC0BC9E) is known color: Ash. HEX triplet: C0, BC and 9E. RGB value is (192,188,158). Sum of RGB (Red+Green+Blue) = 192+188+158=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BC9E is #3F4361. Grayscale: #B9B9B9. Windows color (decimal): -4146018 or 10403008. OLE color: 10403008.

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

Color convert

RGB 192 188 158 -
CMYK 0 0.02 0.18 0.25
HSL 52.94º 0.21% 0.69% -
HSV(B) 52.94º 0.18% 0.75% -
XYZ 45.89 49.64 39.51 -
YUV 185.78 112.33 132.44 -
System Red Green Blue C M Y K H S L
Decimal 192 188 158 0 0.02 0.18 0.25 52.94 0.21 0.69
Hex C0 BC 9E 0 2 12 19 35 15 45
Octal 300 274 236 0 2 22 31 65 25 105
Binary 11000000 10111100 10011110 0 10 10010 11001 110101 10101 1000101

Color Harmonies of #C0BC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC9E

Black with #C0BC9E

Text Example


Text Example

White with #C0BC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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