#C2B58B

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

Shades of Yuma #C2B58B

Tints of Yuma #C2B58B

Color information

#C2B58B (or 0xC2B58B) is unknown color: approx Yuma. HEX triplet: C2, B5 and 8B. RGB value is (194,181,139). Sum of RGB (Red+Green+Blue) = 194+181+139=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B58B is #3D4A74. Grayscale: #B4B4B4. Windows color (decimal): -4016757 or 9156034. OLE color: 9156034.

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

Color convert

RGB194181139-
CMYK00.070.280.24
HSL45.82º31.07%65.29%-
HSV(B)45.82º28.35%76.08%-
XYZ43.4346.3831.09-
YUV180.1104.81137.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.74%
GREEN value IS 181 (71.09% from 255) = 35.21%
BLUE value IS 139 (54.69% from 255) = 27.04%
R=37.74%
G=35.21%
B=27.04%

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
Decimal19418113900.070.280.2445.8231.0765.29
HexC2B58B071C182e1f41
Octal3022652130734305637101
Binary11000010101101011000101101111110011000101110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B58B; }

 p { color: rgb(194,181,139); }

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

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

 a { background-color: rgb(194,181,139); }

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

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

 span { border-color: rgb(194,181,139); }

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