#CCD186

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

Shades of Deco #CCD186

Tints of Deco #CCD186

Color information

#CCD186 (or 0xCCD186) is unknown color: approx Deco. HEX triplet: CC, D1 and 86. RGB value is (204,209,134). Sum of RGB (Red+Green+Blue) = 204+209+134=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD186 is #332E79. Grayscale: #C7C7C7. Windows color (decimal): -3354234 or 8835532. OLE color: 8835532.

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

Color convert

RGB204209134-
CMYK0.0200.360.18
HSL64º44.91%67.25%-
HSV(B)64º35.89%81.96%-
XYZ52.0160.1631.43-
YUV198.9691.34131.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 209 (82.03% from 255) = 38.21%
BLUE value IS 134 (52.73% from 255) = 24.50%
R=37.29%
G=38.21%
B=24.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042091340.0200.360.186444.9167.25
HexCCD186202412402d43
Octal31432120620442210055103
Binary1100110011010001100001101001001001001010000001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD186; }

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

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

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

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

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

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

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

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