#C7C888

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

Shades of Deco #C7C888

Tints of Deco #C7C888

Color information

#C7C888 (or 0xC7C888) is unknown color: approx Deco. HEX triplet: C7, C8 and 88. RGB value is (199,200,136). Sum of RGB (Red+Green+Blue) = 199+200+136=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C888 is #383777. Grayscale: #C0C0C0. Windows color (decimal): -3684216 or 8964295. OLE color: 8964295.

HSL color Cylindrical-coordinate representation of color #C7C888: hue angle of 60.94º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7C888 is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB199200136-
CMYK0.0000.320.22
HSL60.94º36.78%65.88%-
HSV(B)60.94º32%78.43%-
XYZ48.6555.2331.39-
YUV192.496.17132.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.20%
GREEN value IS 200 (78.52% from 255) = 37.38%
BLUE value IS 136 (53.52% from 255) = 25.42%
R=37.20%
G=37.38%
B=25.42%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992001360.0000.320.2260.9436.7865.88
HexC7C8880020163d2542
Octal3073102100040267545102
Binary11000111110010001000100000100000101101111011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C888; }

 p { color: rgb(199,200,136); }

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

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

 a { background-color: rgb(199,200,136); }

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

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

 span { border-color: rgb(199,200,136); }

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