Html Css Color HEX #C0BCA0 Ash

📋 copy color: '#C0BCA0'

red 192 ◦ green 188 ◦ blue 160

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

Shades of Ash #C0BCA0

Tints of Ash #C0BCA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.63%

R = 35.56%
G = 34.81%
B = 29.63%

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

#C0BCA0 (or 0xC0BCA0) is known color: Ash. HEX triplet: C0, BC and A0. RGB value is (192,188,160). Sum of RGB (Red+Green+Blue) = 192+188+160=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BCA0 is #3F435F. Grayscale: #BABABA. Windows color (decimal): -4146016 or 10534080. OLE color: 10534080.

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

Color convert

RGB 192 188 160 -
CMYK 0 0.02 0.17 0.25
HSL 52.5º 0.2% 0.69% -
HSV(B) 52.5º 0.17% 0.75% -
XYZ 46.07 49.71 40.42 -
YUV 186 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 192 188 160 0 0.02 0.17 0.25 52.5 0.2 0.69
Hex C0 BC A0 0 2 11 19 34 14 45
Octal 300 274 240 0 2 21 31 64 24 105
Binary 11000000 10111100 10100000 0 10 10001 11001 110100 10100 1000101

Color Harmonies of #C0BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BCA0

Black with #C0BCA0

Text Example


Text Example

White with #C0BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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