#C2B587

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

Shades of Yuma #C2B587

Tints of Yuma #C2B587

Color information

#C2B587 (or 0xC2B587) is unknown color: approx Yuma. HEX triplet: C2, B5 and 87. RGB value is (194,181,135). Sum of RGB (Red+Green+Blue) = 194+181+135=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 135 (53.12% from 255 or 26.47% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B587 is #3D4A78. Grayscale: #B3B3B3. Windows color (decimal): -4016761 or 8893890. OLE color: 8893890.

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

Color convert

RGB194181135-
CMYK00.070.300.24
HSL46.78º32.6%64.51%-
HSV(B)46.78º30.41%76.08%-
XYZ43.1546.2729.58-
YUV179.64102.81138.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.04%
GREEN value IS 181 (71.09% from 255) = 35.49%
BLUE value IS 135 (53.12% from 255) = 26.47%
R=38.04%
G=35.49%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418113500.070.300.2446.7832.664.51
HexC2B587071E182f2141
Octal3022652070736305741101
Binary110000101011010110000111011111110110001011111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B587; }

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

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

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

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

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

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

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

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