Html Css Color HEX #C9C6BB Chrome White

📋 copy color: '#C9C6BB'

red 201 ◦ green 198 ◦ blue 187

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

Shades of Chrome White #C9C6BB

Tints of Chrome White #C9C6BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.91%

R = 34.3%
G = 33.79%
B = 31.91%

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

#C9C6BB (or 0xC9C6BB) is known color: Chrome White. HEX triplet: C9, C6 and BB. RGB value is (201,198,187). Sum of RGB (Red+Green+Blue) = 201+198+187=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C6BB is #363944. Grayscale: #C5C5C5. Windows color (decimal): -3553605 or 12306121. OLE color: 12306121.

HSL color Cylindrical-coordinate representation of color #C9C6BB: hue angle of 47.14º degrees, saturation: 0.11, 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 #C9C6BB is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 198 187 -
CMYK 0 0.01 0.07 0.21
HSL 47.14º 0.11% 0.76% -
HSV(B) 47.14º 0.07% 0.79% -
XYZ 53.25 56.39 55.09 -
YUV 197.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 201 198 187 0 0.01 0.07 0.21 47.14 0.11 0.76
Hex C9 C6 BB 0 1 7 15 2F B 4C
Octal 311 306 273 0 1 7 25 57 13 114
Binary 11001001 11000110 10111011 0 1 111 10101 101111 1011 1001100

Color Harmonies of #C9C6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C6BB

Black with #C9C6BB

Text Example


Text Example

White with #C9C6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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