#C2B987

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

Shades of Yuma #C2B987

Tints of Yuma #C2B987

Color information

#C2B987 (or 0xC2B987) is unknown color: approx Yuma. HEX triplet: C2, B9 and 87. RGB value is (194,185,135). Sum of RGB (Red+Green+Blue) = 194+185+135=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 135 (53.12% from 255 or 26.26% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B987 is #3D4678. Grayscale: #B6B6B6. Windows color (decimal): -4015737 or 8894914. OLE color: 8894914.

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

Color convert

RGB194185135-
CMYK00.050.300.24
HSL50.85º32.6%64.51%-
HSV(B)50.85º30.41%76.08%-
XYZ43.9747.9229.85-
YUV181.99101.48136.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.74%
GREEN value IS 185 (72.66% from 255) = 35.99%
BLUE value IS 135 (53.12% from 255) = 26.26%
R=37.74%
G=35.99%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418513500.050.300.2450.8532.664.51
HexC2B987051E18332141
Octal3022712070536306341101
Binary110000101011100110000111010111110110001100111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B987; }

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

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

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

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

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

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

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

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