Html Css Color HEX #C9C5B2 Chrome White

📋 copy color: '#C9C5B2'

red 201 ◦ green 197 ◦ blue 178

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

Shades of Chrome White #C9C5B2

Tints of Chrome White #C9C5B2

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.2%

 BLUE value IS 178 (69.92% from 255) = 30.9%

R = 34.9%
G = 34.2%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C9C5B2 (or 0xC9C5B2) is known color: Chrome White. HEX triplet: C9, C5 and B2. RGB value is (201,197,178). Sum of RGB (Red+Green+Blue) = 201+197+178=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 178 (69.92% from 255 or 30.90% from 576); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C5B2 is #363A4D. Grayscale: #C4C4C4. Windows color (decimal): -3553870 or 11716041. OLE color: 11716041.

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

Color convert

RGB 201 197 178 -
CMYK 0 0.02 0.11 0.21
HSL 49.57º 0.18% 0.74% -
HSV(B) 49.57º 0.11% 0.79% -
XYZ 52.09 55.56 50.1 -
YUV 196.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 201 197 178 0 0.02 0.11 0.21 49.57 0.18 0.74
Hex C9 C5 B2 0 2 B 15 32 12 4A
Octal 311 305 262 0 2 13 25 62 22 112
Binary 11001001 11000101 10110010 0 10 1011 10101 110010 10010 1001010

Color Harmonies of #C9C5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C5B2

Black with #C9C5B2

Text Example


Text Example

White with #C9C5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C5B2; }

 p { color: rgb(201,197,178); }

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

background-color css

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

 a { background-color: rgb(201,197,178); }

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

border-color css

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

 span { border-color: rgb(201,197,178); }

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