Html Css Color HEX #CCC1BE Alto

📋 copy color: '#CCC1BE'

red 204 ◦ green 193 ◦ blue 190

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

Shades of Alto #CCC1BE

Tints of Alto #CCC1BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.37%

R = 34.75%
G = 32.88%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CCC1BE (or 0xCCC1BE) is known color: Alto. HEX triplet: CC, C1 and BE. RGB value is (204,193,190). Sum of RGB (Red+Green+Blue) = 204+193+190=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1BE is #333E41. Grayscale: #C3C3C3. Windows color (decimal): -3358274 or 12501452. OLE color: 12501452.

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

Color convert

RGB 204 193 190 -
CMYK 0 0.05 0.07 0.2
HSL 12.86º 0.12% 0.77% -
HSV(B) 12.86º 0.07% 0.8% -
XYZ 53.27 54.7 56.46 -
YUV 195.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 204 193 190 0 0.05 0.07 0.2 12.86 0.12 0.77
Hex CC C1 BE 0 5 7 14 D C 4D
Octal 314 301 276 0 5 7 24 15 14 115
Binary 11001100 11000001 10111110 0 101 111 10100 1101 1100 1001101

Color Harmonies of #CCC1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC1BE

Black with #CCC1BE

Text Example


Text Example

White with #CCC1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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