#C5C97E

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

Shades of Deco #C5C97E

Tints of Deco #C5C97E

Color information

#C5C97E (or 0xC5C97E) is unknown color: approx Deco. HEX triplet: C5, C9 and 7E. RGB value is (197,201,126). Sum of RGB (Red+Green+Blue) = 197+201+126=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 126 (49.61% from 255 or 24.05% from 524); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C97E is #3A3681. Grayscale: #BFBFBF. Windows color (decimal): -3815042 or 8309189. OLE color: 8309189.

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

Color convert

RGB197201126-
CMYK0.0200.370.21
HSL63.2º40.98%64.12%-
HSV(B)63.2º37.31%78.82%-
XYZ47.6855.1527.87-
YUV191.2591.17132.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.60%
GREEN value IS 201 (78.91% from 255) = 38.36%
BLUE value IS 126 (49.61% from 255) = 24.05%
R=37.60%
G=38.36%
B=24.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1972011260.0200.370.2163.240.9864.12
HexC5C97E2025153f2940
Octal3053111762045257751100
Binary11000101110010011111110100100101101011111111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C97E; }

 p { color: rgb(197,201,126); }

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

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

 a { background-color: rgb(197,201,126); }

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

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

 span { border-color: rgb(197,201,126); }

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