#CCD191

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

Shades of Deco #CCD191

Tints of Deco #CCD191

Color information

#CCD191 (or 0xCCD191) is unknown color: approx Deco. HEX triplet: CC, D1 and 91. RGB value is (204,209,145). Sum of RGB (Red+Green+Blue) = 204+209+145=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 145 (57.03% from 255 or 25.99% from 558); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD191 is #332E6E. Grayscale: #C8C8C8. Windows color (decimal): -3354223 or 9556428. OLE color: 9556428.

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

Color convert

RGB204209145-
CMYK0.0200.310.18
HSL64.69º41.03%69.41%-
HSV(B)64.69º30.62%81.96%-
XYZ52.8160.4835.68-
YUV200.2196.84130.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.56%
GREEN value IS 209 (82.03% from 255) = 37.46%
BLUE value IS 145 (57.03% from 255) = 25.99%
R=36.56%
G=37.46%
B=25.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042091450.0200.310.1864.6941.0369.41
HexCCD191201F12412945
Octal31432122120372210151105
Binary110011001101000110010001100111111001010000011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD191; }

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

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

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

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

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

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

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

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