Html Css Color HEX #CCC9C8 Alto

📋 copy color: '#CCC9C8'

red 204 ◦ green 201 ◦ blue 200

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

Shades of Alto #CCC9C8

Tints of Alto #CCC9C8

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.22%

 BLUE value IS 200 (78.52% from 255) = 33.06%

R = 33.72%
G = 33.22%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CCC9C8 (or 0xCCC9C8) is known color: Alto. HEX triplet: CC, C9 and C8. RGB value is (204,201,200). Sum of RGB (Red+Green+Blue) = 204+201+200=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9C8 is #333637. Grayscale: #C9C9C9. Windows color (decimal): -3356216 or 13158860. OLE color: 13158860.

HSL color Cylindrical-coordinate representation of color #CCC9C8: hue angle of 15º degrees, saturation: 0.04, 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 #CCC9C8 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 200 -
CMYK 0 0.01 0.02 0.2
HSL 15º 0.04% 0.79% -
HSV(B) 15º 0.02% 0.8% -
XYZ 56.21 58.78 63.03 -
YUV 201.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 204 201 200 0 0.01 0.02 0.2 15 0.04 0.79
Hex CC C9 C8 0 1 2 14 F 4 4F
Octal 314 311 310 0 1 2 24 17 4 117
Binary 11001100 11001001 11001000 0 1 10 10100 1111 100 1001111

Color Harmonies of #CCC9C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC9C8

Black with #CCC9C8

Text Example


Text Example

White with #CCC9C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC9C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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