#CCD091

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

Shades of Deco #CCD091

Tints of Deco #CCD091

Color information

#CCD091 (or 0xCCD091) is unknown color: approx Deco. HEX triplet: CC, D0 and 91. RGB value is (204,208,145). Sum of RGB (Red+Green+Blue) = 204+208+145=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 145 (57.03% from 255 or 26.03% from 557); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD091 is #332F6E. Grayscale: #C7C7C7. Windows color (decimal): -3354479 or 9556172. OLE color: 9556172.

HSL color Cylindrical-coordinate representation of color #CCD091: hue angle of 63.81º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCD091 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB204208145-
CMYK0.0200.300.18
HSL63.81º40.13%69.22%-
HSV(B)63.81º30.29%81.57%-
XYZ52.5759.9935.6-
YUV199.6297.17131.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 208 (81.64% from 255) = 37.34%
BLUE value IS 145 (57.03% from 255) = 26.03%
R=36.62%
G=37.34%
B=26.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042081450.0200.300.1863.8140.1369.22
HexCCD091201E12402845
Octal31432022120362210050105
Binary110011001101000010010001100111101001010000001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD091; }

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

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

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

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

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

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

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

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