#CCD195

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

Shades of Deco #CCD195

Tints of Deco #CCD195

Color information

#CCD195 (or 0xCCD195) is unknown color: approx Deco. HEX triplet: CC, D1 and 95. RGB value is (204,209,149). Sum of RGB (Red+Green+Blue) = 204+209+149=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 209 (82.03% from 255 or 37.19% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD195 is #332E6A. Grayscale: #C8C8C8. Windows color (decimal): -3354219 or 9818572. OLE color: 9818572.

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

Color convert

RGB204209149-
CMYK0.0200.290.18
HSL65º39.47%70.2%-
HSV(B)65º28.71%81.96%-
XYZ53.1360.6137.33-
YUV200.6698.84130.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.30%
GREEN value IS 209 (82.03% from 255) = 37.19%
BLUE value IS 149 (58.59% from 255) = 26.51%
R=36.30%
G=37.19%
B=26.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042091490.0200.290.186539.4770.2
HexCCD195201D12412746
Octal31432122520352210147106
Binary110011001101000110010101100111011001010000011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD195; }

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

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

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

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

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

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

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

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