Html Css Color HEX #CCCCA1 Green Mist

📋 copy color: '#CCCCA1'

red 204 ◦ green 204 ◦ blue 161

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

Shades of Green Mist #CCCCA1

Tints of Green Mist #CCCCA1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.85%

 BLUE value IS 161 (63.28% from 255) = 28.3%

R = 35.85%
G = 35.85%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CCCCA1 (or 0xCCCCA1) is known color: Green Mist. HEX triplet: CC, CC and A1. RGB value is (204,204,161). Sum of RGB (Red+Green+Blue) = 204+204+161=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 161 (63.28% from 255 or 28.30% from 569); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCCA1 is #33335E. Grayscale: #C7C7C7. Windows color (decimal): -3355487 or 10603724. OLE color: 10603724.

HSL color Cylindrical-coordinate representation of color #CCCCA1: hue angle of 60º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCCCA1 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 204 161 -
CMYK 0 0 0.21 0.2
HSL 60º 0.3% 0.72% -
HSV(B) 60º 0.21% 0.8% -
XYZ 52.93 58.6 42.24 -
YUV 199.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 204 204 161 0 0 0.21 0.2 60 0.3 0.72
Hex CC CC A1 0 0 15 14 3C 1E 48
Octal 314 314 241 0 0 25 24 74 36 110
Binary 11001100 11001100 10100001 0 0 10101 10100 111100 11110 1001000

Color Harmonies of #CCCCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCA1

Black with #CCCCA1

Text Example


Text Example

White with #CCCCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCA1; }

 p { color: rgb(204,204,161); }

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

background-color css

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

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

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

border-color css

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

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

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