#C5B582

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

Shades of Yuma #C5B582

Tints of Yuma #C5B582

Color information

#C5B582 (or 0xC5B582) is unknown color: approx Yuma. HEX triplet: C5, B5 and 82. RGB value is (197,181,130). Sum of RGB (Red+Green+Blue) = 197+181+130=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B582 is #3A4A7D. Grayscale: #B4B4B4. Windows color (decimal): -3820158 or 8566213. OLE color: 8566213.

HSL color Cylindrical-coordinate representation of color #C5B582: hue angle of 45.67º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5B582 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB197181130-
CMYK00.080.340.23
HSL45.67º36.61%64.12%-
HSV(B)45.67º34.01%77.25%-
XYZ43.5846.5327.8-
YUV179.9799.8140.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.78%
GREEN value IS 181 (71.09% from 255) = 35.63%
BLUE value IS 130 (51.17% from 255) = 25.59%
R=38.78%
G=35.63%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718113000.080.340.2345.6736.6164.12
HexC5B5820822172e2540
Octal30526520201042275645100
Binary11000101101101011000001001000100010101111011101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B582; }

 p { color: rgb(197,181,130); }

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

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

 a { background-color: rgb(197,181,130); }

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

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

 span { border-color: rgb(197,181,130); }

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