#C5B975

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

Shades of Yuma #C5B975

Tints of Yuma #C5B975

Color information

#C5B975 (or 0xC5B975) is unknown color: approx Yuma. HEX triplet: C5, B9 and 75. RGB value is (197,185,117). Sum of RGB (Red+Green+Blue) = 197+185+117=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B975 is #3A468A. Grayscale: #B5B5B5. Windows color (decimal): -3819147 or 7715269. OLE color: 7715269.

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

Color convert

RGB197185117-
CMYK00.060.410.23
HSL51º40.82%61.57%-
HSV(B)51º40.61%77.25%-
XYZ43.5947.8523.77-
YUV180.8491.98139.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.48%
GREEN value IS 185 (72.66% from 255) = 37.07%
BLUE value IS 117 (46.09% from 255) = 23.45%
R=39.48%
G=37.07%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718511700.060.410.235140.8261.57
HexC5B97506291733293e
Octal305271165065127635176
Binary11000101101110011110101011010100110111110011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B975; }

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

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

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

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

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

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

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

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