#C4BE86

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

Shades of Yuma #C4BE86

Tints of Yuma #C4BE86

Color information

#C4BE86 (or 0xC4BE86) is unknown color: approx Yuma. HEX triplet: C4, BE and 86. RGB value is (196,190,134). Sum of RGB (Red+Green+Blue) = 196+190+134=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BE86 is #3B4179. Grayscale: #B9B9B9. Windows color (decimal): -3883386 or 8830660. OLE color: 8830660.

HSL color Cylindrical-coordinate representation of color #C4BE86: hue angle of 54.19º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4BE86 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB196190134-
CMYK00.030.320.23
HSL54.19º34.44%64.71%-
HSV(B)54.19º31.63%76.86%-
XYZ45.4850.2829.86-
YUV185.4198.99135.55-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.69%
GREEN value IS 190 (74.61% from 255) = 36.54%
BLUE value IS 134 (52.73% from 255) = 25.77%
R=37.69%
G=36.54%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619013400.030.320.2354.1934.4464.71
HexC4BE86032017362241
Octal3042762060340276642101
Binary110001001011111010000110011100000101111101101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BE86; }

 p { color: rgb(196,190,134); }

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

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

 a { background-color: rgb(196,190,134); }

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

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

 span { border-color: rgb(196,190,134); }

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