#CCD491

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

Shades of Deco #CCD491

Tints of Deco #CCD491

Color information

#CCD491 (or 0xCCD491) is unknown color: approx Deco. HEX triplet: CC, D4 and 91. RGB value is (204,212,145). Sum of RGB (Red+Green+Blue) = 204+212+145=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 145 (57.03% from 255 or 25.85% from 561); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD491 is #332B6E. Grayscale: #CACACA. Windows color (decimal): -3353455 or 9557196. OLE color: 9557196.

HSL color Cylindrical-coordinate representation of color #CCD491: hue angle of 67.16º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCD491 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB204212145-
CMYK0.0400.320.17
HSL67.16º43.79%70%-
HSV(B)67.16º31.6%83.14%-
XYZ53.5661.9735.93-
YUV201.9795.85129.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 212 (83.20% from 255) = 37.79%
BLUE value IS 145 (57.03% from 255) = 25.85%
R=36.36%
G=37.79%
B=25.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042121450.0400.320.1767.1643.7970
HexCCD491402011432c46
Octal31432422140402110354106
Binary11001100110101001001000110001000001000110000111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD491; }

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

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

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

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

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

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

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

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