#C3B58C

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

Shades of Yuma #C3B58C

Tints of Yuma #C3B58C

Color information

#C3B58C (or 0xC3B58C) is unknown color: approx Yuma. HEX triplet: C3, B5 and 8C. RGB value is (195,181,140). Sum of RGB (Red+Green+Blue) = 195+181+140=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B58C is #3C4A73. Grayscale: #B4B4B4. Windows color (decimal): -3951220 or 9221571. OLE color: 9221571.

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

Color convert

RGB195181140-
CMYK00.070.280.24
HSL44.73º31.43%65.69%-
HSV(B)44.73º28.21%76.47%-
XYZ43.7646.5431.49-
YUV180.51105.14138.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.79%
GREEN value IS 181 (71.09% from 255) = 35.08%
BLUE value IS 140 (55.08% from 255) = 27.13%
R=37.79%
G=35.08%
B=27.13%

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
Decimal19518114000.070.280.2444.7331.4365.69
HexC3B58C071C182d1f42
Octal3032652140734305537102
Binary11000011101101011000110001111110011000101101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B58C; }

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

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

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

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

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

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

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

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