#C5BE81

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

Shades of Yuma #C5BE81

Tints of Yuma #C5BE81

Color information

#C5BE81 (or 0xC5BE81) is unknown color: approx Yuma. HEX triplet: C5, BE and 81. RGB value is (197,190,129). Sum of RGB (Red+Green+Blue) = 197+190+129=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BE81 is #3A417E. Grayscale: #B9B9B9. Windows color (decimal): -3817855 or 8502981. OLE color: 8502981.

HSL color Cylindrical-coordinate representation of color #C5BE81: hue angle of 53.82º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5BE81 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB197190129-
CMYK00.040.350.23
HSL53.82º36.96%63.92%-
HSV(B)53.82º34.52%77.25%-
XYZ45.450.2828.08-
YUV185.1496.32136.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.18%
GREEN value IS 190 (74.61% from 255) = 36.82%
BLUE value IS 129 (50.78% from 255) = 25%
R=38.18%
G=36.82%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719012900.040.350.2353.8236.9663.92
HexC5BE81042317362540
Octal3052762010443276645100
Binary1100010110111110100000010100100011101111101101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BE81; }

 p { color: rgb(197,190,129); }

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

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

 a { background-color: rgb(197,190,129); }

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

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

 span { border-color: rgb(197,190,129); }

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