#C7BF78

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

Shades of Yuma #C7BF78

Tints of Yuma #C7BF78

Color information

#C7BF78 (or 0xC7BF78) is unknown color: approx Yuma. HEX triplet: C7, BF and 78. RGB value is (199,191,120). Sum of RGB (Red+Green+Blue) = 199+191+120=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BF78 is #384087. Grayscale: #B9B9B9. Windows color (decimal): -3686536 or 7913415. OLE color: 7913415.

HSL color Cylindrical-coordinate representation of color #C7BF78: hue angle of 53.92º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7BF78 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB199191120-
CMYK00.040.400.22
HSL53.92º41.36%62.55%-
HSV(B)53.92º39.7%78.04%-
XYZ45.5750.7625.16-
YUV185.391.15137.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.02%
GREEN value IS 191 (75% from 255) = 37.45%
BLUE value IS 120 (47.27% from 255) = 23.53%
R=39.02%
G=37.45%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919112000.040.400.2253.9241.3662.55
HexC7BF7804281636293f
Octal307277170045026665177
Binary11000111101111111111000010010100010110110110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BF78; }

 p { color: rgb(199,191,120); }

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

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

 a { background-color: rgb(199,191,120); }

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

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

 span { border-color: rgb(199,191,120); }

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