Html Css Color HEX #CCC1C0 Alto

📋 copy color: '#CCC1C0'

red 204 ◦ green 193 ◦ blue 192

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

Shades of Alto #CCC1C0

Tints of Alto #CCC1C0

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.77%

 BLUE value IS 192 (75.39% from 255) = 32.6%

R = 34.63%
G = 32.77%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CCC1C0 (or 0xCCC1C0) is known color: Alto. HEX triplet: CC, C1 and C0. RGB value is (204,193,192). Sum of RGB (Red+Green+Blue) = 204+193+192=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1C0 is #333E3F. Grayscale: #C4C4C4. Windows color (decimal): -3358272 or 12632524. OLE color: 12632524.

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

Color convert

RGB 204 193 192 -
CMYK 0 0.05 0.06 0.2
HSL 0.11% 0.78% -
HSV(B) 0.06% 0.8% -
XYZ 53.49 54.78 57.62 -
YUV 196.18 125.64 133.58 -
System Red Green Blue C M Y K H S L
Decimal 204 193 192 0 0.05 0.06 0.2 5 0.11 0.78
Hex CC C1 C0 0 5 6 14 5 B 4E
Octal 314 301 300 0 5 6 24 5 13 116
Binary 11001100 11000001 11000000 0 101 110 10100 101 1011 1001110

Color Harmonies of #CCC1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC1C0

Black with #CCC1C0

Text Example


Text Example

White with #CCC1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC1C0; }

 p { color: rgb(204,193,192); }

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

background-color css

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

 a { background-color: rgb(204,193,192); }

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

border-color css

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

 span { border-color: rgb(204,193,192); }

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