Html Css Color HEX #C9C4B6 Chrome White

📋 copy color: '#C9C4B6'

red 201 ◦ green 196 ◦ blue 182

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

Shades of Chrome White #C9C4B6

Tints of Chrome White #C9C4B6

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.85%

 BLUE value IS 182 (71.48% from 255) = 31.43%

R = 34.72%
G = 33.85%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C9C4B6 (or 0xC9C4B6) is known color: Chrome White. HEX triplet: C9, C4 and B6. RGB value is (201,196,182). Sum of RGB (Red+Green+Blue) = 201+196+182=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 182 (71.48% from 255 or 31.43% from 579); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C4B6 is #363B49. Grayscale: #C3C3C3. Windows color (decimal): -3554122 or 11977929. OLE color: 11977929.

HSL color Cylindrical-coordinate representation of color #C9C4B6: hue angle of 44.21º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9C4B6 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 196 182 -
CMYK 0 0.02 0.09 0.21
HSL 44.21º 0.15% 0.75% -
HSV(B) 44.21º 0.09% 0.79% -
XYZ 52.27 55.27 52.17 -
YUV 195.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 201 196 182 0 0.02 0.09 0.21 44.21 0.15 0.75
Hex C9 C4 B6 0 2 9 15 2C F 4B
Octal 311 304 266 0 2 11 25 54 17 113
Binary 11001001 11000100 10110110 0 10 1001 10101 101100 1111 1001011

Color Harmonies of #C9C4B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C4B6

Black with #C9C4B6

Text Example


Text Example

White with #C9C4B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C4B6; }

 p { color: rgb(201,196,182); }

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

background-color css

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

 a { background-color: rgb(201,196,182); }

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

border-color css

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

 span { border-color: rgb(201,196,182); }

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