#C4BA77

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

Shades of Yuma #C4BA77

Tints of Yuma #C4BA77

Color information

#C4BA77 (or 0xC4BA77) is unknown color: approx Yuma. HEX triplet: C4, BA and 77. RGB value is (196,186,119). Sum of RGB (Red+Green+Blue) = 196+186+119=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA77 is #3B4588. Grayscale: #B5B5B5. Windows color (decimal): -3884425 or 7846596. OLE color: 7846596.

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

Color convert

RGB196186119-
CMYK00.050.390.23
HSL52.21º39.49%61.76%-
HSV(B)52.21º39.29%76.86%-
XYZ43.6548.1924.45-
YUV181.3592.81138.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.12%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 119 (46.88% from 255) = 23.75%
R=39.12%
G=37.13%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618611900.050.390.2352.2139.4961.76
HexC4BA7705271734273e
Octal304272167054727644776
Binary11000100101110101110111010110011110111110100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BA77; }

 p { color: rgb(196,186,119); }

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

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

 a { background-color: rgb(196,186,119); }

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

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

 span { border-color: rgb(196,186,119); }

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