#C5B581

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

Shades of Yuma #C5B581

Tints of Yuma #C5B581

Color information

#C5B581 (or 0xC5B581) is unknown color: approx Yuma. HEX triplet: C5, B5 and 81. RGB value is (197,181,129). Sum of RGB (Red+Green+Blue) = 197+181+129=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B581 is #3A4A7E. Grayscale: #B4B4B4. Windows color (decimal): -3820159 or 8500677. OLE color: 8500677.

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

Color convert

RGB197181129-
CMYK00.080.350.23
HSL45.88º36.96%63.92%-
HSV(B)45.88º34.52%77.25%-
XYZ43.5146.527.45-
YUV179.8699.3140.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.86%
GREEN value IS 181 (71.09% from 255) = 35.70%
BLUE value IS 129 (50.78% from 255) = 25.44%
R=38.86%
G=35.70%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718112900.080.350.2345.8836.9663.92
HexC5B5810823172e2540
Octal30526520101043275645100
Binary11000101101101011000000101000100011101111011101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B581; }

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

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

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

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

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

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

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

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