#C8D685

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

Shades of Deco #C8D685

Tints of Deco #C8D685

Color information

#C8D685 (or 0xC8D685) is unknown color: approx Deco. HEX triplet: C8, D6 and 85. RGB value is (200,214,133). Sum of RGB (Red+Green+Blue) = 200+214+133=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D685 is #37297A. Grayscale: #C8C8C8. Windows color (decimal): -3615099 or 8771272. OLE color: 8771272.

HSL color Cylindrical-coordinate representation of color #C8D685: hue angle of 70.37º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8D685 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB200214133-
CMYK0.0700.380.16
HSL70.37º49.69%68.04%-
HSV(B)70.37º37.85%83.92%-
XYZ52.162.0731.42-
YUV200.5889.86127.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.56%
GREEN value IS 214 (83.98% from 255) = 39.12%
BLUE value IS 133 (52.34% from 255) = 24.31%
R=36.56%
G=39.12%
B=24.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002141330.0700.380.1670.3749.6968.04
HexC8D685702610463244
Octal31032620570462010662104
Binary11001000110101101000010111101001101000010001101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D685; }

 p { color: rgb(200,214,133); }

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

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

 a { background-color: rgb(200,214,133); }

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

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

 span { border-color: rgb(200,214,133); }

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