Html Css Color HEX #CCC8B0 Chrome White

📋 copy color: '#CCC8B0'

red 204 ◦ green 200 ◦ blue 176

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

Shades of Chrome White #CCC8B0

Tints of Chrome White #CCC8B0

RGB

 RED value IS 204 (80.08% from 255) = 35.17%

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

 BLUE value IS 176 (69.14% from 255) = 30.34%

R = 35.17%
G = 34.48%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CCC8B0 (or 0xCCC8B0) is known color: Chrome White. HEX triplet: CC, C8 and B0. RGB value is (204,200,176). Sum of RGB (Red+Green+Blue) = 204+200+176=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 176 (69.14% from 255 or 30.34% from 580); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC8B0 is #33374F. Grayscale: #C6C6C6. Windows color (decimal): -3356496 or 11585740. OLE color: 11585740.

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

Color convert

RGB 204 200 176 -
CMYK 0 0.02 0.14 0.2
HSL 51.43º 0.22% 0.75% -
HSV(B) 51.43º 0.14% 0.8% -
XYZ 53.39 57.28 49.32 -
YUV 198.46 115.33 131.95 -
System Red Green Blue C M Y K H S L
Decimal 204 200 176 0 0.02 0.14 0.2 51.43 0.22 0.75
Hex CC C8 B0 0 2 E 14 33 16 4B
Octal 314 310 260 0 2 16 24 63 26 113
Binary 11001100 11001000 10110000 0 10 1110 10100 110011 10110 1001011

Color Harmonies of #CCC8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC8B0

Black with #CCC8B0

Text Example


Text Example

White with #CCC8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC8B0; }

 p { color: rgb(204,200,176); }

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

background-color css

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

 a { background-color: rgb(204,200,176); }

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

border-color css

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

 span { border-color: rgb(204,200,176); }

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