#C4B58A

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

Shades of Yuma #C4B58A

Tints of Yuma #C4B58A

Color information

#C4B58A (or 0xC4B58A) is unknown color: approx Yuma. HEX triplet: C4, B5 and 8A. RGB value is (196,181,138). Sum of RGB (Red+Green+Blue) = 196+181+138=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B58A is #3B4A75. Grayscale: #B4B4B4. Windows color (decimal): -3885686 or 9090500. OLE color: 9090500.

HSL color Cylindrical-coordinate representation of color #C4B58A: hue angle of 44.48º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4B58A is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB196181138-
CMYK00.080.300.23
HSL44.48º32.95%65.49%-
HSV(B)44.48º29.59%76.86%-
XYZ43.8846.6230.73-
YUV180.58103.97139-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.06%
GREEN value IS 181 (71.09% from 255) = 35.15%
BLUE value IS 138 (54.30% from 255) = 26.80%
R=38.06%
G=35.15%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618113800.080.300.2344.4832.9565.49
HexC4B58A081E172c2141
Octal30426521201036275441101
Binary1100010010110101100010100100011110101111011001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B58A; }

 p { color: rgb(196,181,138); }

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

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

 a { background-color: rgb(196,181,138); }

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

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

 span { border-color: rgb(196,181,138); }

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