Html Css Color HEX #C0BCA7 Ash

📋 copy color: '#C0BCA7'

red 192 ◦ green 188 ◦ blue 167

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

Shades of Ash #C0BCA7

Tints of Ash #C0BCA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 30.53%

R = 35.1%
G = 34.37%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C0BCA7 (or 0xC0BCA7) is known color: Ash. HEX triplet: C0, BC and A7. RGB value is (192,188,167). Sum of RGB (Red+Green+Blue) = 192+188+167=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 167 (65.62% from 255 or 30.53% from 547); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BCA7 is #3F4358. Grayscale: #BABABA. Windows color (decimal): -4146009 or 10992832. OLE color: 10992832.

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

Color convert

RGB 192 188 167 -
CMYK 0 0.02 0.13 0.25
HSL 50.4º 0.17% 0.7% -
HSV(B) 50.4º 0.13% 0.75% -
XYZ 46.7 49.96 43.74 -
YUV 186.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 192 188 167 0 0.02 0.13 0.25 50.4 0.17 0.7
Hex C0 BC A7 0 2 D 19 32 11 46
Octal 300 274 247 0 2 15 31 62 21 106
Binary 11000000 10111100 10100111 0 10 1101 11001 110010 10001 1000110

Color Harmonies of #C0BCA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BCA7

Black with #C0BCA7

Text Example


Text Example

White with #C0BCA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BCA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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