#CCD495

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

Shades of Deco #CCD495

Tints of Deco #CCD495

Color information

#CCD495 (or 0xCCD495) is unknown color: approx Deco. HEX triplet: CC, D4 and 95. RGB value is (204,212,149). Sum of RGB (Red+Green+Blue) = 204+212+149=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD495 is #332B6A. Grayscale: #CACACA. Windows color (decimal): -3353451 or 9819340. OLE color: 9819340.

HSL color Cylindrical-coordinate representation of color #CCD495: hue angle of 67.62º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCD495 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB204212149-
CMYK0.0400.300.17
HSL67.62º42.28%70.78%-
HSV(B)67.62º29.72%83.14%-
XYZ53.8762.0937.58-
YUV202.4397.85129.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 212 (83.20% from 255) = 37.52%
BLUE value IS 149 (58.59% from 255) = 26.37%
R=36.11%
G=37.52%
B=26.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042121490.0400.300.1767.6242.2870.78
HexCCD495401E11442a47
Octal31432422540362110452107
Binary1100110011010100100101011000111101000110001001010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD495; }

 p { color: rgb(204,212,149); }

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

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

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

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

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

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

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