#C3B686

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

Shades of Yuma #C3B686

Tints of Yuma #C3B686

Color information

#C3B686 (or 0xC3B686) is unknown color: approx Yuma. HEX triplet: C3, B6 and 86. RGB value is (195,182,134). Sum of RGB (Red+Green+Blue) = 195+182+134=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B686 is #3C4979. Grayscale: #B4B4B4. Windows color (decimal): -3950970 or 8828611. OLE color: 8828611.

HSL color Cylindrical-coordinate representation of color #C3B686: hue angle of 47.21º 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 #C3B686 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB195182134-
CMYK00.070.310.24
HSL47.21º33.7%64.51%-
HSV(B)47.21º31.28%76.47%-
XYZ43.5446.7829.29-
YUV180.42101.81138.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.16%
GREEN value IS 182 (71.48% from 255) = 35.62%
BLUE value IS 134 (52.73% from 255) = 26.22%
R=38.16%
G=35.62%
B=26.22%

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
Decimal19518213400.070.310.2447.2133.764.51
HexC3B686071F182f2241
Octal3032662060737305742101
Binary110000111011011010000110011111111110001011111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B686; }

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

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

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

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

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

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

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

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