#CCD493

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

Shades of Deco #CCD493

Tints of Deco #CCD493

Color information

#CCD493 (or 0xCCD493) is unknown color: approx Deco. HEX triplet: CC, D4 and 93. RGB value is (204,212,147). Sum of RGB (Red+Green+Blue) = 204+212+147=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 212 (83.20% from 255 or 37.66% from 563); Blue value is 147 (57.81% from 255 or 26.11% from 563); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD493 is #332B6C. Grayscale: #CACACA. Windows color (decimal): -3353453 or 9688268. OLE color: 9688268.

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

Color convert

RGB204212147-
CMYK0.0400.310.17
HSL67.38º43.05%70.39%-
HSV(B)67.38º30.66%83.14%-
XYZ53.7162.0336.75-
YUV202.296.85129.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.23%
GREEN value IS 212 (83.20% from 255) = 37.66%
BLUE value IS 147 (57.81% from 255) = 26.11%
R=36.23%
G=37.66%
B=26.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042121470.0400.310.1767.3843.0570.39
HexCCD493401F11432b46
Octal31432422340372110353106
Binary1100110011010100100100111000111111000110000111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD493; }

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

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

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

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

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

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

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

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