#C3B586

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

Shades of Yuma #C3B586

Tints of Yuma #C3B586

Color information

#C3B586 (or 0xC3B586) is unknown color: approx Yuma. HEX triplet: C3, B5 and 86. RGB value is (195,181,134). Sum of RGB (Red+Green+Blue) = 195+181+134=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B586 is #3C4A79. Grayscale: #B4B4B4. Windows color (decimal): -3951226 or 8828355. OLE color: 8828355.

HSL color Cylindrical-coordinate representation of color #C3B586: hue angle of 46.23º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C3B586 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB195181134-
CMYK00.070.310.24
HSL46.23º33.7%64.51%-
HSV(B)46.23º31.28%76.47%-
XYZ43.3346.3729.22-
YUV179.83102.14138.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 181 (71.09% from 255) = 35.49%
BLUE value IS 134 (52.73% from 255) = 26.27%
R=38.24%
G=35.49%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518113400.070.310.2446.2333.764.51
HexC3B586071F182e2241
Octal3032652060737305642101
Binary110000111011010110000110011111111110001011101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B586; }

 p { color: rgb(195,181,134); }

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

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

 a { background-color: rgb(195,181,134); }

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

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

 span { border-color: rgb(195,181,134); }

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