#C7BE76

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

Shades of Yuma #C7BE76

Tints of Yuma #C7BE76

Color information

#C7BE76 (or 0xC7BE76) is unknown color: approx Yuma. HEX triplet: C7, BE and 76. RGB value is (199,190,118). Sum of RGB (Red+Green+Blue) = 199+190+118=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BE76 is #384189. Grayscale: #B8B8B8. Windows color (decimal): -3686794 or 7782087. OLE color: 7782087.

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

Color convert

RGB199190118-
CMYK00.050.410.22
HSL53.33º41.97%62.16%-
HSV(B)53.33º40.7%78.04%-
XYZ45.2450.2824.46-
YUV184.4890.48138.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.25%
GREEN value IS 190 (74.61% from 255) = 37.48%
BLUE value IS 118 (46.48% from 255) = 23.27%
R=39.25%
G=37.48%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919011800.050.410.2253.3341.9762.16
HexC7BE76052916352a3e
Octal307276166055126655276
Binary11000111101111101110110010110100110110110101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BE76; }

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

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

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

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

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

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

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

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