#CCD895

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

Shades of Deco #CCD895

Tints of Deco #CCD895

Color information

#CCD895 (or 0xCCD895) is unknown color: approx Deco. HEX triplet: CC, D8 and 95. RGB value is (204,216,149). Sum of RGB (Red+Green+Blue) = 204+216+149=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD895 is #33276A. Grayscale: #CDCDCD. Windows color (decimal): -3352427 or 9820364. OLE color: 9820364.

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

Color convert

RGB204216149-
CMYK0.0600.310.15
HSL70.75º46.21%71.57%-
HSV(B)70.75º31.02%84.71%-
XYZ54.8864.1237.92-
YUV204.7796.52127.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 216 (84.77% from 255) = 37.96%
BLUE value IS 149 (58.59% from 255) = 26.19%
R=35.85%
G=37.96%
B=26.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042161490.0600.310.1570.7546.2171.57
HexCCD895601FF472e48
Octal31433022560371710756110
Binary110011001101100010010101110011111111110001111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD895; }

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

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

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

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

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

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

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

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