#C8C57D

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

Shades of Deco #C8C57D

Tints of Deco #C8C57D

Color information

#C8C57D (or 0xC8C57D) is unknown color: approx Deco. HEX triplet: C8, C5 and 7D. RGB value is (200,197,125). Sum of RGB (Red+Green+Blue) = 200+197+125=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C57D is #373A82. Grayscale: #BDBDBD. Windows color (decimal): -3619459 or 8242632. OLE color: 8242632.

HSL color Cylindrical-coordinate representation of color #C8C57D: hue angle of 57.6º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8C57D is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB200197125-
CMYK00.020.380.22
HSL57.6º40.54%63.73%-
HSV(B)57.6º37.5%78.43%-
XYZ47.4953.6927.26-
YUV189.6991.49135.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.31%
GREEN value IS 197 (77.34% from 255) = 37.74%
BLUE value IS 125 (49.22% from 255) = 23.95%
R=38.31%
G=37.74%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019712500.020.380.2257.640.5463.73
HexC8C57D0226163a2940
Octal3103051750246267251100
Binary11001000110001011111101010100110101101110101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C57D; }

 p { color: rgb(200,197,125); }

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

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

 a { background-color: rgb(200,197,125); }

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

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

 span { border-color: rgb(200,197,125); }

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