#CCD891

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

Shades of Deco #CCD891

Tints of Deco #CCD891

Color information

#CCD891 (or 0xCCD891) is unknown color: approx Deco. HEX triplet: CC, D8 and 91. RGB value is (204,216,145). Sum of RGB (Red+Green+Blue) = 204+216+145=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 145 (57.03% from 255 or 25.66% from 565); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD891 is #33276E. Grayscale: #CCCCCC. Windows color (decimal): -3352431 or 9558220. OLE color: 9558220.

HSL color Cylindrical-coordinate representation of color #CCD891: hue angle of 70.14º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCD891 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB204216145-
CMYK0.0600.330.15
HSL70.14º47.65%70.78%-
HSV(B)70.14º32.87%84.71%-
XYZ54.5763.9936.26-
YUV204.3294.52127.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 216 (84.77% from 255) = 38.23%
BLUE value IS 145 (57.03% from 255) = 25.66%
R=36.11%
G=38.23%
B=25.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042161450.0600.330.1570.1447.6570.78
HexCCD8916021F463047
Octal31433022160411710660107
Binary1100110011011000100100011100100001111110001101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD891; }

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

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

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

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

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

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

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

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