#C7B774

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

Shades of Yuma #C7B774

Tints of Yuma #C7B774

Color information

#C7B774 (or 0xC7B774) is unknown color: approx Yuma. HEX triplet: C7, B7 and 74. RGB value is (199,183,116). Sum of RGB (Red+Green+Blue) = 199+183+116=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B774 is #38488B. Grayscale: #B4B4B4. Windows color (decimal): -3688588 or 7649223. OLE color: 7649223.

HSL color Cylindrical-coordinate representation of color #C7B774: hue angle of 48.43º 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 #C7B774 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB199183116-
CMYK00.080.420.22
HSL48.43º42.56%61.76%-
HSV(B)48.43º41.71%78.04%-
XYZ43.6447.2723.35-
YUV180.1591.8141.45-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.96%
GREEN value IS 183 (71.88% from 255) = 36.75%
BLUE value IS 116 (45.70% from 255) = 23.29%
R=39.96%
G=36.75%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918311600.080.420.2248.4342.5661.76
HexC7B774082A16302b3e
Octal3072671640105226605376
Binary110001111011011111101000100010101010110110000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B774; }

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

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

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

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

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

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

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

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