#CCD788

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

Shades of Deco #CCD788

Tints of Deco #CCD788

Color information

#CCD788 (or 0xCCD788) is unknown color: approx Deco. HEX triplet: CC, D7 and 88. RGB value is (204,215,136). Sum of RGB (Red+Green+Blue) = 204+215+136=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 136 (53.52% from 255 or 24.50% from 555); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD788 is #332877. Grayscale: #CBCBCB. Windows color (decimal): -3352696 or 8968140. OLE color: 8968140.

HSL color Cylindrical-coordinate representation of color #CCD788: hue angle of 68.35º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCD788 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB204215136-
CMYK0.0500.370.16
HSL68.35º49.69%68.82%-
HSV(B)68.35º36.74%84.31%-
XYZ53.6563.2232.67-
YUV202.790.36128.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.76%
GREEN value IS 215 (84.38% from 255) = 38.74%
BLUE value IS 136 (53.52% from 255) = 24.50%
R=36.76%
G=38.74%
B=24.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042151360.0500.370.1668.3549.6968.82
HexCCD788502510443245
Octal31432721050452010462105
Binary11001100110101111000100010101001011000010001001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD788; }

 p { color: rgb(204,215,136); }

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

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

 a { background-color: rgb(204,215,136); }

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

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

 span { border-color: rgb(204,215,136); }

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