#C5B775

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

Shades of Yuma #C5B775

Tints of Yuma #C5B775

Color information

#C5B775 (or 0xC5B775) is unknown color: approx Yuma. HEX triplet: C5, B7 and 75. RGB value is (197,183,117). Sum of RGB (Red+Green+Blue) = 197+183+117=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B775 is #3A488A. Grayscale: #B3B3B3. Windows color (decimal): -3819659 or 7714757. OLE color: 7714757.

HSL color Cylindrical-coordinate representation of color #C5B775: hue angle of 49.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5B775 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB197183117-
CMYK00.070.410.23
HSL49.5º40.82%61.57%-
HSV(B)49.5º40.61%77.25%-
XYZ43.1747.0223.63-
YUV179.6692.64140.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.64%
GREEN value IS 183 (71.88% from 255) = 36.82%
BLUE value IS 117 (46.09% from 255) = 23.54%
R=39.64%
G=36.82%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718311700.070.410.2349.540.8261.57
HexC5B77507291732293e
Octal305267165075127625176
Binary11000101101101111110101011110100110111110010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B775; }

 p { color: rgb(197,183,117); }

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

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

 a { background-color: rgb(197,183,117); }

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

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

 span { border-color: rgb(197,183,117); }

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