Html Css Color HEX #C9C6BA Chrome White

📋 copy color: '#C9C6BA'

red 201 ◦ green 198 ◦ blue 186

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

Shades of Chrome White #C9C6BA

Tints of Chrome White #C9C6BA

RGB

 RED value IS 201 (78.91% from 255) = 34.36%

 GREEN value IS 198 (77.73% from 255) = 33.85%

 BLUE value IS 186 (73.05% from 255) = 31.79%

R = 34.36%
G = 33.85%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C9C6BA (or 0xC9C6BA) is known color: Chrome White. HEX triplet: C9, C6 and BA. RGB value is (201,198,186). Sum of RGB (Red+Green+Blue) = 201+198+186=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C6BA is #363945. Grayscale: #C5C5C5. Windows color (decimal): -3553606 or 12240585. OLE color: 12240585.

HSL color Cylindrical-coordinate representation of color #C9C6BA: hue angle of 48º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9C6BA is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 198 186 -
CMYK 0 0.01 0.07 0.21
HSL 48º 0.12% 0.76% -
HSV(B) 48º 0.07% 0.79% -
XYZ 53.14 56.35 54.53 -
YUV 197.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 201 198 186 0 0.01 0.07 0.21 48 0.12 0.76
Hex C9 C6 BA 0 1 7 15 30 C 4C
Octal 311 306 272 0 1 7 25 60 14 114
Binary 11001001 11000110 10111010 0 1 111 10101 110000 1100 1001100

Color Harmonies of #C9C6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C6BA

Black with #C9C6BA

Text Example


Text Example

White with #C9C6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C6BA; }

 p { color: rgb(201,198,186); }

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

background-color css

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

 a { background-color: rgb(201,198,186); }

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

border-color css

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

 span { border-color: rgb(201,198,186); }

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