#C4B58E

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

Shades of Yuma #C4B58E

Tints of Yuma #C4B58E

Color information

#C4B58E (or 0xC4B58E) is unknown color: approx Yuma. HEX triplet: C4, B5 and 8E. RGB value is (196,181,142). Sum of RGB (Red+Green+Blue) = 196+181+142=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B58E is #3B4A71. Grayscale: #B5B5B5. Windows color (decimal): -3885682 or 9352644. OLE color: 9352644.

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

Color convert

RGB196181142-
CMYK00.080.280.23
HSL43.33º31.4%66.27%-
HSV(B)43.33º27.55%76.86%-
XYZ44.1746.7432.28-
YUV181.04105.97138.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 181 (71.09% from 255) = 34.87%
BLUE value IS 142 (55.86% from 255) = 27.36%
R=37.76%
G=34.87%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618114200.080.280.2343.3331.466.27
HexC4B58E081C172b1f42
Octal30426521601034275337102
Binary110001001011010110001110010001110010111101011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B58E; }

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

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

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

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

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

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

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

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