#C4B77A

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

Shades of Yuma #C4B77A

Tints of Yuma #C4B77A

Color information

#C4B77A (or 0xC4B77A) is unknown color: approx Yuma. HEX triplet: C4, B7 and 7A. RGB value is (196,183,122). Sum of RGB (Red+Green+Blue) = 196+183+122=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B77A is #3B4885. Grayscale: #B4B4B4. Windows color (decimal): -3885190 or 8042436. OLE color: 8042436.

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

Color convert

RGB196183122-
CMYK00.070.380.23
HSL49.46º38.54%62.35%-
HSV(B)49.46º37.76%76.86%-
XYZ43.2147.0125.21-
YUV179.9395.31139.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.12%
GREEN value IS 183 (71.88% from 255) = 36.53%
BLUE value IS 122 (48.05% from 255) = 24.35%
R=39.12%
G=36.53%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618312200.070.380.2349.4638.5462.35
HexC4B77A07261731273e
Octal304267172074627614776
Binary11000100101101111111010011110011010111110001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B77A; }

 p { color: rgb(196,183,122); }

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

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

 a { background-color: rgb(196,183,122); }

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

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

 span { border-color: rgb(196,183,122); }

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