Html Css Color HEX #C8C5B6 Chrome White

📋 copy color: '#C8C5B6'

red 200 ◦ green 197 ◦ blue 182

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

Shades of Chrome White #C8C5B6

Tints of Chrome White #C8C5B6

RGB

 RED value IS 200 (78.52% from 255) = 34.54%

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

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

R = 34.54%
G = 34.02%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C8C5B6 (or 0xC8C5B6) is known color: Chrome White. HEX triplet: C8, C5 and B6. RGB value is (200,197,182). Sum of RGB (Red+Green+Blue) = 200+197+182=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 182 (71.48% from 255 or 31.43% from 579); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C5B6 is #373A49. Grayscale: #C4C4C4. Windows color (decimal): -3619402 or 11978184. OLE color: 11978184.

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

Color convert

RGB 200 197 182 -
CMYK 0 0.02 0.09 0.22
HSL 50º 0.14% 0.75% -
HSV(B) 50º 0.09% 0.78% -
XYZ 52.23 55.59 52.23 -
YUV 196.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 200 197 182 0 0.02 0.09 0.22 50 0.14 0.75
Hex C8 C5 B6 0 2 9 16 32 E 4B
Octal 310 305 266 0 2 11 26 62 16 113
Binary 11001000 11000101 10110110 0 10 1001 10110 110010 1110 1001011

Color Harmonies of #C8C5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C5B6

Black with #C8C5B6

Text Example


Text Example

White with #C8C5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C5B6; }

 p { color: rgb(200,197,182); }

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

background-color css

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

 a { background-color: rgb(200,197,182); }

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

border-color css

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

 span { border-color: rgb(200,197,182); }

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