#C3B58A

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

Shades of Yuma #C3B58A

Tints of Yuma #C3B58A

Color information

#C3B58A (or 0xC3B58A) is unknown color: approx Yuma. HEX triplet: C3, B5 and 8A. RGB value is (195,181,138). Sum of RGB (Red+Green+Blue) = 195+181+138=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B58A is #3C4A75. Grayscale: #B4B4B4. Windows color (decimal): -3951222 or 9090499. OLE color: 9090499.

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

Color convert

RGB195181138-
CMYK00.070.290.24
HSL45.26º32.2%65.29%-
HSV(B)45.26º29.23%76.47%-
XYZ43.6246.4830.72-
YUV180.28104.14138.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.94%
GREEN value IS 181 (71.09% from 255) = 35.21%
BLUE value IS 138 (54.30% from 255) = 26.85%
R=37.94%
G=35.21%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518113800.070.290.2445.2632.265.29
HexC3B58A071D182d2041
Octal3032652120735305540101
Binary110000111011010110001010011111101110001011011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B58A; }

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

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

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

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

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

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

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

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