Html Css Color HEX #CCC8C7 Alto

📋 copy color: '#CCC8C7'

red 204 ◦ green 200 ◦ blue 199

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

Shades of Alto #CCC8C7

Tints of Alto #CCC8C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33%

R = 33.83%
G = 33.17%
B = 33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CCC8C7 (or 0xCCC8C7) is known color: Alto. HEX triplet: CC, C8 and C7. RGB value is (204,200,199). Sum of RGB (Red+Green+Blue) = 204+200+199=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8C7 is #333738. Grayscale: #C9C9C9. Windows color (decimal): -3356473 or 13093068. OLE color: 13093068.

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

Color convert

RGB 204 200 199 -
CMYK 0 0.02 0.02 0.2
HSL 12º 0.05% 0.79% -
HSV(B) 12º 0.02% 0.8% -
XYZ 55.86 58.27 62.34 -
YUV 201.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 204 200 199 0 0.02 0.02 0.2 12 0.05 0.79
Hex CC C8 C7 0 2 2 14 C 5 4F
Octal 314 310 307 0 2 2 24 14 5 117
Binary 11001100 11001000 11000111 0 10 10 10100 1100 101 1001111

Color Harmonies of #CCC8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC8C7

Black with #CCC8C7

Text Example


Text Example

White with #CCC8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC8C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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