#C4B977

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

Shades of Yuma #C4B977

Tints of Yuma #C4B977

Color information

#C4B977 (or 0xC4B977) is unknown color: approx Yuma. HEX triplet: C4, B9 and 77. RGB value is (196,185,119). Sum of RGB (Red+Green+Blue) = 196+185+119=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B977 is #3B4688. Grayscale: #B5B5B5. Windows color (decimal): -3884681 or 7846340. OLE color: 7846340.

HSL color Cylindrical-coordinate representation of color #C4B977: hue angle of 51.43º 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 #C4B977 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB196185119-
CMYK00.060.390.23
HSL51.43º39.49%61.76%-
HSV(B)51.43º39.29%76.86%-
XYZ43.4447.7724.38-
YUV180.7693.14138.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.2%
GREEN value IS 185 (72.66% from 255) = 37%
BLUE value IS 119 (46.88% from 255) = 23.8%
R=39.2%
G=37%
B=23.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618511900.060.390.2351.4339.4961.76
HexC4B97706271733273e
Octal304271167064727634776
Binary11000100101110011110111011010011110111110011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B977; }

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

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

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

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

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

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

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

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