#CCD492

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

Shades of Deco #CCD492

Tints of Deco #CCD492

Color information

#CCD492 (or 0xCCD492) is unknown color: approx Deco. HEX triplet: CC, D4 and 92. RGB value is (204,212,146). Sum of RGB (Red+Green+Blue) = 204+212+146=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD492 is #332B6D. Grayscale: #CACACA. Windows color (decimal): -3353454 or 9622732. OLE color: 9622732.

HSL color Cylindrical-coordinate representation of color #CCD492: hue angle of 67.27º 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 #CCD492 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB204212146-
CMYK0.0400.310.17
HSL67.27º43.42%70.2%-
HSV(B)67.27º31.13%83.14%-
XYZ53.636236.33-
YUV202.0896.35129.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.30%
GREEN value IS 212 (83.20% from 255) = 37.72%
BLUE value IS 146 (57.42% from 255) = 25.98%
R=36.30%
G=37.72%
B=25.98%

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
Decimal2042121460.0400.310.1767.2743.4270.2
HexCCD492401F11432b46
Octal31432422240372110353106
Binary1100110011010100100100101000111111000110000111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD492; }

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

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

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

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

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

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

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

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