#C3B886

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

Shades of Yuma #C3B886

Tints of Yuma #C3B886

Color information

#C3B886 (or 0xC3B886) is unknown color: approx Yuma. HEX triplet: C3, B8 and 86. RGB value is (195,184,134). Sum of RGB (Red+Green+Blue) = 195+184+134=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B886 is #3C4779. Grayscale: #B5B5B5. Windows color (decimal): -3950458 or 8829123. OLE color: 8829123.

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

Color convert

RGB195184134-
CMYK00.060.310.24
HSL49.18º33.7%64.51%-
HSV(B)49.18º31.28%76.47%-
XYZ43.9547.629.43-
YUV181.59101.14137.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.01%
GREEN value IS 184 (72.27% from 255) = 35.87%
BLUE value IS 134 (52.73% from 255) = 26.12%
R=38.01%
G=35.87%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518413400.060.310.2449.1833.764.51
HexC3B886061F18312241
Octal3032702060637306142101
Binary110000111011100010000110011011111110001100011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B886; }

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

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

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

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

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

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

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

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