Html Css Color HEX #C8C5B7 Chrome White

📋 copy color: '#C8C5B7'

red 200 ◦ green 197 ◦ blue 183

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

Shades of Chrome White #C8C5B7

Tints of Chrome White #C8C5B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.55%

R = 34.48%
G = 33.97%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C8C5B7 (or 0xC8C5B7) is known color: Chrome White. HEX triplet: C8, C5 and B7. RGB value is (200,197,183). Sum of RGB (Red+Green+Blue) = 200+197+183=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 183 (71.88% from 255 or 31.55% from 580); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C5B7 is #373A48. Grayscale: #C4C4C4. Windows color (decimal): -3619401 or 12043720. OLE color: 12043720.

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

Color convert

RGB 200 197 183 -
CMYK 0 0.02 0.08 0.22
HSL 49.41º 0.13% 0.75% -
HSV(B) 49.41º 0.08% 0.78% -
XYZ 52.33 55.63 52.78 -
YUV 196.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 200 197 183 0 0.02 0.08 0.22 49.41 0.13 0.75
Hex C8 C5 B7 0 2 8 16 31 D 4B
Octal 310 305 267 0 2 10 26 61 15 113
Binary 11001000 11000101 10110111 0 10 1000 10110 110001 1101 1001011

Color Harmonies of #C8C5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C5B7

Black with #C8C5B7

Text Example


Text Example

White with #C8C5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C5B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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