Html Css Color HEX #C9C6B8 Chrome White

📋 copy color: '#C9C6B8'

red 201 ◦ green 198 ◦ blue 184

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

Shades of Chrome White #C9C6B8

Tints of Chrome White #C9C6B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.56%

R = 34.48%
G = 33.96%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C9C6B8 (or 0xC9C6B8) is known color: Chrome White. HEX triplet: C9, C6 and B8. RGB value is (201,198,184). Sum of RGB (Red+Green+Blue) = 201+198+184=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 184 (72.27% from 255 or 31.56% from 583); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C6B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C6B8 is #363947. Grayscale: #C5C5C5. Windows color (decimal): -3553608 or 12109513. OLE color: 12109513.

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

Color convert

RGB 201 198 184 -
CMYK 0 0.01 0.08 0.21
HSL 49.41º 0.14% 0.75% -
HSV(B) 49.41º 0.08% 0.79% -
XYZ 52.93 56.27 53.42 -
YUV 197.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 201 198 184 0 0.01 0.08 0.21 49.41 0.14 0.75
Hex C9 C6 B8 0 1 8 15 31 E 4B
Octal 311 306 270 0 1 10 25 61 16 113
Binary 11001001 11000110 10111000 0 1 1000 10101 110001 1110 1001011

Color Harmonies of #C9C6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C6B8

Black with #C9C6B8

Text Example


Text Example

White with #C9C6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C6B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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