#C8D585

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

Shades of Deco #C8D585

Tints of Deco #C8D585

Color information

#C8D585 (or 0xC8D585) is unknown color: approx Deco. HEX triplet: C8, D5 and 85. RGB value is (200,213,133). Sum of RGB (Red+Green+Blue) = 200+213+133=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D585 is #372A7A. Grayscale: #C8C8C8. Windows color (decimal): -3615355 or 8771016. OLE color: 8771016.

HSL color Cylindrical-coordinate representation of color #C8D585: hue angle of 69.75º degrees, saturation: 0.49, 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 #C8D585 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB200213133-
CMYK0.0600.380.16
HSL69.75º48.78%67.84%-
HSV(B)69.75º37.56%83.53%-
XYZ51.8561.5631.34-
YUV199.9990.19128-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.63%
GREEN value IS 213 (83.59% from 255) = 39.01%
BLUE value IS 133 (52.34% from 255) = 24.36%
R=36.63%
G=39.01%
B=24.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002131330.0600.380.1669.7548.7867.84
HexC8D585602610463144
Octal31032520560462010661104
Binary11001000110101011000010111001001101000010001101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D585; }

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

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

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

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

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

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

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

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