#C8D886

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

Shades of Deco #C8D886

Tints of Deco #C8D886

Color information

#C8D886 (or 0xC8D886) is unknown color: approx Deco. HEX triplet: C8, D8 and 86. RGB value is (200,216,134). Sum of RGB (Red+Green+Blue) = 200+216+134=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 134 (52.73% from 255 or 24.36% from 550); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D886 is #372779. Grayscale: #CACACA. Windows color (decimal): -3614586 or 8837320. OLE color: 8837320.

HSL color Cylindrical-coordinate representation of color #C8D886: hue angle of 71.71º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8D886 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB200216134-
CMYK0.0700.380.15
HSL71.71º51.25%68.63%-
HSV(B)71.71º37.96%84.71%-
XYZ52.6863.1131.96-
YUV201.8789.7126.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.36%
GREEN value IS 216 (84.77% from 255) = 39.27%
BLUE value IS 134 (52.73% from 255) = 24.36%
R=36.36%
G=39.27%
B=24.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2002161340.0700.380.1571.7151.2568.63
HexC8D8867026F483345
Octal31033020670461711063105
Binary1100100011011000100001101110100110111110010001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D886; }

 p { color: rgb(200,216,134); }

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

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

 a { background-color: rgb(200,216,134); }

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

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

 span { border-color: rgb(200,216,134); }

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