#C5B875

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

Shades of Yuma #C5B875

Tints of Yuma #C5B875

Color information

#C5B875 (or 0xC5B875) is unknown color: approx Yuma. HEX triplet: C5, B8 and 75. RGB value is (197,184,117). Sum of RGB (Red+Green+Blue) = 197+184+117=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B875 is #3A478A. Grayscale: #B4B4B4. Windows color (decimal): -3819403 or 7715013. OLE color: 7715013.

HSL color Cylindrical-coordinate representation of color #C5B875: hue angle of 50.25º 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 #C5B875 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB197184117-
CMYK00.070.410.23
HSL50.25º40.82%61.57%-
HSV(B)50.25º40.61%77.25%-
XYZ43.3847.4423.7-
YUV180.2592.31139.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.56%
GREEN value IS 184 (72.27% from 255) = 36.95%
BLUE value IS 117 (46.09% from 255) = 23.49%
R=39.56%
G=36.95%
B=23.49%

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
Decimal19718411700.070.410.2350.2540.8261.57
HexC5B87507291732293e
Octal305270165075127625176
Binary11000101101110001110101011110100110111110010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B875; }

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

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

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

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

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

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

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

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