Html Css Color HEX #CCCCA0 Green Mist

📋 copy color: '#CCCCA0'

red 204 ◦ green 204 ◦ blue 160

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

Shades of Green Mist #CCCCA0

Tints of Green Mist #CCCCA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 28.17%

R = 35.92%
G = 35.92%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CCCCA0 (or 0xCCCCA0) is known color: Green Mist. HEX triplet: CC, CC and A0. RGB value is (204,204,160). Sum of RGB (Red+Green+Blue) = 204+204+160=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCCA0 is #33335F. Grayscale: #C7C7C7. Windows color (decimal): -3355488 or 10538188. OLE color: 10538188.

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

Color convert

RGB 204 204 160 -
CMYK 0 0 0.22 0.2
HSL 60º 0.3% 0.71% -
HSV(B) 60º 0.22% 0.8% -
XYZ 52.84 58.56 41.78 -
YUV 198.98 106 131.58 -
System Red Green Blue C M Y K H S L
Decimal 204 204 160 0 0 0.22 0.2 60 0.3 0.71
Hex CC CC A0 0 0 16 14 3C 1E 47
Octal 314 314 240 0 0 26 24 74 36 107
Binary 11001100 11001100 10100000 0 0 10110 10100 111100 11110 1000111

Color Harmonies of #CCCCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCA0

Black with #CCCCA0

Text Example


Text Example

White with #CCCCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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