#CCD594

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

Shades of Deco #CCD594

Tints of Deco #CCD594

Color information

#CCD594 (or 0xCCD594) is unknown color: approx Deco. HEX triplet: CC, D5 and 94. RGB value is (204,213,148). Sum of RGB (Red+Green+Blue) = 204+213+148=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 148 (58.20% from 255 or 26.19% from 565); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD594 is #332A6B. Grayscale: #CBCBCB. Windows color (decimal): -3353196 or 9754060. OLE color: 9754060.

HSL color Cylindrical-coordinate representation of color #CCD594: hue angle of 68.31º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCD594 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB204213148-
CMYK0.0400.310.16
HSL68.31º43.62%70.78%-
HSV(B)68.31º30.52%83.53%-
XYZ54.0462.5637.24-
YUV202.997.02128.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 213 (83.59% from 255) = 37.70%
BLUE value IS 148 (58.20% from 255) = 26.19%
R=36.11%
G=37.70%
B=26.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042131480.0400.310.1668.3143.6270.78
HexCCD594401F10442c47
Octal31432522440372010454107
Binary1100110011010101100101001000111111000010001001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD594; }

 p { color: rgb(204,213,148); }

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

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

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

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

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

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

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