#CCD695

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

Shades of Deco #CCD695

Tints of Deco #CCD695

Color information

#CCD695 (or 0xCCD695) is unknown color: approx Deco. HEX triplet: CC, D6 and 95. RGB value is (204,214,149). Sum of RGB (Red+Green+Blue) = 204+214+149=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD695 is #33296A. Grayscale: #CBCBCB. Windows color (decimal): -3352939 or 9819852. OLE color: 9819852.

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

Color convert

RGB204214149-
CMYK0.0500.300.16
HSL69.23º44.22%71.18%-
HSV(B)69.23º30.37%83.92%-
XYZ54.3763.137.75-
YUV203.697.19128.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 214 (83.98% from 255) = 37.74%
BLUE value IS 149 (58.59% from 255) = 26.28%
R=35.98%
G=37.74%
B=26.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042141490.0500.300.1669.2344.2271.18
HexCCD695501E10452c47
Octal31432622550362010554107
Binary1100110011010110100101011010111101000010001011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD695; }

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

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

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

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

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

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

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

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