Html Css Color HEX #CCC3C1 Alto

📋 copy color: '#CCC3C1'

red 204 ◦ green 195 ◦ blue 193

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

Shades of Alto #CCC3C1

Tints of Alto #CCC3C1

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.94%

 BLUE value IS 193 (75.78% from 255) = 32.6%

R = 34.46%
G = 32.94%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CCC3C1 (or 0xCCC3C1) is known color: Alto. HEX triplet: CC, C3 and C1. RGB value is (204,195,193). Sum of RGB (Red+Green+Blue) = 204+195+193=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 195 (76.56% from 255 or 32.94% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3C1 is #333C3E. Grayscale: #C5C5C5. Windows color (decimal): -3357759 or 12698572. OLE color: 12698572.

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

Color convert

RGB 204 195 193 -
CMYK 0 0.04 0.05 0.2
HSL 10.91º 0.1% 0.78% -
HSV(B) 10.91º 0.05% 0.8% -
XYZ 54.04 55.72 58.36 -
YUV 197.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 204 195 193 0 0.04 0.05 0.2 10.91 0.1 0.78
Hex CC C3 C1 0 4 5 14 B A 4E
Octal 314 303 301 0 4 5 24 13 12 116
Binary 11001100 11000011 11000001 0 100 101 10100 1011 1010 1001110

Color Harmonies of #CCC3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC3C1

Black with #CCC3C1

Text Example


Text Example

White with #CCC3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC3C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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