#C3B58D

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

Shades of Yuma #C3B58D

Tints of Yuma #C3B58D

Color information

#C3B58D (or 0xC3B58D) is unknown color: approx Yuma. HEX triplet: C3, B5 and 8D. RGB value is (195,181,141). Sum of RGB (Red+Green+Blue) = 195+181+141=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B58D is #3C4A72. Grayscale: #B4B4B4. Windows color (decimal): -3951219 or 9287107. OLE color: 9287107.

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

Color convert

RGB195181141-
CMYK00.070.280.24
HSL44.44º31.03%65.88%-
HSV(B)44.44º27.69%76.47%-
XYZ43.8446.5731.88-
YUV180.63105.64138.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.72%
GREEN value IS 181 (71.09% from 255) = 35.01%
BLUE value IS 141 (55.47% from 255) = 27.27%
R=37.72%
G=35.01%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518114100.070.280.2444.4431.0365.88
HexC3B58D071C182c1f42
Octal3032652150734305437102
Binary11000011101101011000110101111110011000101100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B58D; }

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

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

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

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

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

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

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

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