#C7B676

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

Shades of Yuma #C7B676

Tints of Yuma #C7B676

Color information

#C7B676 (or 0xC7B676) is unknown color: approx Yuma. HEX triplet: C7, B6 and 76. RGB value is (199,182,118). Sum of RGB (Red+Green+Blue) = 199+182+118=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B676 is #384989. Grayscale: #B4B4B4. Windows color (decimal): -3688842 or 7780039. OLE color: 7780039.

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

Color convert

RGB199182118-
CMYK00.090.410.22
HSL47.41º41.97%62.16%-
HSV(B)47.41º40.7%78.04%-
XYZ43.5546.9123.9-
YUV179.7993.13141.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.88%
GREEN value IS 182 (71.48% from 255) = 36.47%
BLUE value IS 118 (46.48% from 255) = 23.65%
R=39.88%
G=36.47%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918211800.090.410.2247.4141.9762.16
HexC7B6760929162f2a3e
Octal3072661660115126575276
Binary110001111011011011101100100110100110110101111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B676; }

 p { color: rgb(199,182,118); }

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

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

 a { background-color: rgb(199,182,118); }

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

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

 span { border-color: rgb(199,182,118); }

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