#C8D485

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

Shades of Deco #C8D485

Tints of Deco #C8D485

Color information

#C8D485 (or 0xC8D485) is unknown color: approx Deco. HEX triplet: C8, D4 and 85. RGB value is (200,212,133). Sum of RGB (Red+Green+Blue) = 200+212+133=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D485 is #372B7A. Grayscale: #C7C7C7. Windows color (decimal): -3615611 or 8770760. OLE color: 8770760.

HSL color Cylindrical-coordinate representation of color #C8D485: hue angle of 69.11º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8D485 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB200212133-
CMYK0.0600.370.17
HSL69.11º47.88%67.65%-
HSV(B)69.11º37.26%83.14%-
XYZ51.661.0631.26-
YUV199.4190.52128.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.70%
GREEN value IS 212 (83.20% from 255) = 38.90%
BLUE value IS 133 (52.34% from 255) = 24.40%
R=36.70%
G=38.90%
B=24.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2002121330.0600.370.1769.1147.8867.65
HexC8D485602511453044
Octal31032420560452110560104
Binary11001000110101001000010111001001011000110001011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D485; }

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

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

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

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

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

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

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

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