Html Css Color HEX #CCC1BF Alto

📋 copy color: '#CCC1BF'

red 204 ◦ green 193 ◦ blue 191

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

Shades of Alto #CCC1BF

Tints of Alto #CCC1BF

RGB

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

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

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

R = 34.69%
G = 32.82%
B = 32.48%

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

#CCC1BF (or 0xCCC1BF) is known color: Alto. HEX triplet: CC, C1 and BF. RGB value is (204,193,191). Sum of RGB (Red+Green+Blue) = 204+193+191=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1BF is #333E40. Grayscale: #C4C4C4. Windows color (decimal): -3358273 or 12566988. OLE color: 12566988.

HSL color Cylindrical-coordinate representation of color #CCC1BF: hue angle of 9.23º 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 #CCC1BF is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 193 191 -
CMYK 0 0.05 0.06 0.2
HSL 9.23º 0.11% 0.77% -
HSV(B) 9.23º 0.06% 0.8% -
XYZ 53.38 54.74 57.04 -
YUV 196.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 204 193 191 0 0.05 0.06 0.2 9.23 0.11 0.77
Hex CC C1 BF 0 5 6 14 9 B 4D
Octal 314 301 277 0 5 6 24 11 13 115
Binary 11001100 11000001 10111111 0 101 110 10100 1001 1011 1001101

Color Harmonies of #CCC1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC1BF

Black with #CCC1BF

Text Example


Text Example

White with #CCC1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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