#C5CA7A

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

Shades of Deco #C5CA7A

Tints of Deco #C5CA7A

Color information

#C5CA7A (or 0xC5CA7A) is unknown color: approx Deco. HEX triplet: C5, CA and 7A. RGB value is (197,202,122). Sum of RGB (Red+Green+Blue) = 197+202+122=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CA7A is #3A3585. Grayscale: #BFBFBF. Windows color (decimal): -3814790 or 8047301. OLE color: 8047301.

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

Color convert

RGB197202122-
CMYK0.0200.400.21
HSL63.75º43.01%63.53%-
HSV(B)63.75º39.6%79.22%-
XYZ47.6655.5226.62-
YUV191.3888.84132-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.81%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 122 (48.05% from 255) = 23.42%
R=37.81%
G=38.77%
B=23.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1972021220.0200.400.2163.7543.0163.53
HexC5CA7A202815402b40
Octal30531217220502510053100
Binary110001011100101011110101001010001010110000001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CA7A; }

 p { color: rgb(197,202,122); }

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

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

 a { background-color: rgb(197,202,122); }

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

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

 span { border-color: rgb(197,202,122); }

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