#CCD094

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

Shades of Deco #CCD094

Tints of Deco #CCD094

Color information

#CCD094 (or 0xCCD094) is unknown color: approx Deco. HEX triplet: CC, D0 and 94. RGB value is (204,208,148). Sum of RGB (Red+Green+Blue) = 204+208+148=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD094 is #332F6B. Grayscale: #C8C8C8. Windows color (decimal): -3354476 or 9752780. OLE color: 9752780.

HSL color Cylindrical-coordinate representation of color #CCD094: hue angle of 64º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCD094 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB204208148-
CMYK0.0200.290.18
HSL64º38.96%69.8%-
HSV(B)64º28.85%81.57%-
XYZ52.860.0936.83-
YUV199.9698.67130.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.43%
GREEN value IS 208 (81.64% from 255) = 37.14%
BLUE value IS 148 (58.20% from 255) = 26.43%
R=36.43%
G=37.14%
B=26.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042081480.0200.290.186438.9669.8
HexCCD094201D12402746
Octal31432022420352210047106
Binary110011001101000010010100100111011001010000001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD094; }

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

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

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

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

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

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

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

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