#C4BC79

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

Shades of Yuma #C4BC79

Tints of Yuma #C4BC79

Color information

#C4BC79 (or 0xC4BC79) is unknown color: approx Yuma. HEX triplet: C4, BC and 79. RGB value is (196,188,121). Sum of RGB (Red+Green+Blue) = 196+188+121=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BC79 is #3B4386. Grayscale: #B7B7B7. Windows color (decimal): -3883911 or 7978180. OLE color: 7978180.

HSL color Cylindrical-coordinate representation of color #C4BC79: hue angle of 53.6º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4BC79 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB196188121-
CMYK00.040.380.23
HSL53.6º38.86%62.16%-
HSV(B)53.6º38.27%76.86%-
XYZ44.249.0825.23-
YUV182.7593.15137.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.81%
GREEN value IS 188 (73.83% from 255) = 37.23%
BLUE value IS 121 (47.66% from 255) = 23.96%
R=38.81%
G=37.23%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618812100.040.380.2353.638.8662.16
HexC4BC7904261736273e
Octal304274171044627664776
Binary11000100101111001111001010010011010111110110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BC79; }

 p { color: rgb(196,188,121); }

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

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

 a { background-color: rgb(196,188,121); }

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

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

 span { border-color: rgb(196,188,121); }

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