#C7B974

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

Shades of Yuma #C7B974

Tints of Yuma #C7B974

Color information

#C7B974 (or 0xC7B974) is unknown color: approx Yuma. HEX triplet: C7, B9 and 74. RGB value is (199,185,116). Sum of RGB (Red+Green+Blue) = 199+185+116=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B974 is #38468B. Grayscale: #B5B5B5. Windows color (decimal): -3688076 or 7649735. OLE color: 7649735.

HSL color Cylindrical-coordinate representation of color #C7B974: hue angle of 49.88º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7B974 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB199185116-
CMYK00.070.420.22
HSL49.88º42.56%61.76%-
HSV(B)49.88º41.71%78.04%-
XYZ44.0548.123.49-
YUV181.3291.14140.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.8%
GREEN value IS 185 (72.66% from 255) = 37%
BLUE value IS 116 (45.70% from 255) = 23.2%
R=39.8%
G=37%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918511600.070.420.2249.8842.5661.76
HexC7B974072A16322b3e
Octal307271164075226625376
Binary11000111101110011110100011110101010110110010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B974; }

 p { color: rgb(199,185,116); }

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

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

 a { background-color: rgb(199,185,116); }

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

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

 span { border-color: rgb(199,185,116); }

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