#CCCBA0

Color #CCCBA0 Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #CCCBA0

Tints of Green Mist #CCCBA0

Color information

#CCCBA0 (or 0xCCCBA0) is unknown color: approx Green Mist. HEX triplet: CC, CB and A0. RGB value is (204,203,160). Sum of RGB (Red+Green+Blue) = 204+203+160=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCBA0 is #33345F. Grayscale: #C6C6C6. Windows color (decimal): -3355744 or 10537932. OLE color: 10537932.

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

Color convert

RGB204203160-
CMYK00.000.220.2
HSL58.64º30.14%71.37%-
HSV(B)58.64º21.57%80%-
XYZ52.658.0941.7-
YUV198.4106.33132-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 203 (79.69% from 255) = 35.80%
BLUE value IS 160 (62.89% from 255) = 28.22%
R=35.98%
G=35.80%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420316000.000.220.258.6430.1471.37
HexCCCBA00016143b1e47
Octal3143132400026247336107
Binary110011001100101110100000001011010100111011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBA0; }

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

 H1.HeaderClassName
 {
   color: #CCCBA0;
 }
 .AnyTagClassName
 {
   color: #CCCBA0;
 }
</style>
background-color css

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

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

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

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

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

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