Html Css Color HEX #CCC2BF Alto

📋 copy color: '#CCC2BF'

red 204 ◦ green 194 ◦ blue 191

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

Shades of Alto #CCC2BF

Tints of Alto #CCC2BF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.94%

 BLUE value IS 191 (75% from 255) = 32.43%

R = 34.63%
G = 32.94%
B = 32.43%

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

#CCC2BF (or 0xCCC2BF) is known color: Alto. HEX triplet: CC, C2 and BF. RGB value is (204,194,191). Sum of RGB (Red+Green+Blue) = 204+194+191=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2BF is #333D40. Grayscale: #C4C4C4. Windows color (decimal): -3358017 or 12567244. OLE color: 12567244.

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

Color convert

RGB 204 194 191 -
CMYK 0 0.05 0.06 0.2
HSL 13.85º 0.11% 0.77% -
HSV(B) 13.85º 0.06% 0.8% -
XYZ 53.6 55.18 57.12 -
YUV 196.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 204 194 191 0 0.05 0.06 0.2 13.85 0.11 0.77
Hex CC C2 BF 0 5 6 14 E B 4D
Octal 314 302 277 0 5 6 24 16 13 115
Binary 11001100 11000010 10111111 0 101 110 10100 1110 1011 1001101

Color Harmonies of #CCC2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC2BF

Black with #CCC2BF

Text Example


Text Example

White with #CCC2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC2BF; }

 p { color: rgb(204,194,191); }

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

background-color css

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

 a { background-color: rgb(204,194,191); }

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

border-color css

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

 span { border-color: rgb(204,194,191); }

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