Html Css Color HEX #CCC8AF Chrome White

📋 copy color: '#CCC8AF'

red 204 ◦ green 200 ◦ blue 175

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

Shades of Chrome White #CCC8AF

Tints of Chrome White #CCC8AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.22%

R = 35.23%
G = 34.54%
B = 30.22%

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

#CCC8AF (or 0xCCC8AF) is known color: Chrome White. HEX triplet: CC, C8 and AF. RGB value is (204,200,175). Sum of RGB (Red+Green+Blue) = 204+200+175=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC8AF is #333750. Grayscale: #C6C6C6. Windows color (decimal): -3356497 or 11520204. OLE color: 11520204.

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

Color convert

RGB 204 200 175 -
CMYK 0 0.02 0.14 0.2
HSL 51.72º 0.22% 0.74% -
HSV(B) 51.72º 0.14% 0.8% -
XYZ 53.29 57.24 48.8 -
YUV 198.35 114.83 132.03 -
System Red Green Blue C M Y K H S L
Decimal 204 200 175 0 0.02 0.14 0.2 51.72 0.22 0.74
Hex CC C8 AF 0 2 E 14 34 16 4A
Octal 314 310 257 0 2 16 24 64 26 112
Binary 11001100 11001000 10101111 0 10 1110 10100 110100 10110 1001010

Color Harmonies of #CCC8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC8AF

Black with #CCC8AF

Text Example


Text Example

White with #CCC8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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