#c4be83

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

Shades of Yuma #C4BE83

Tints of Yuma #C4BE83

Color information

#C4BE83 (or 0xC4BE83) is unknown color: approx Yuma. HEX triplet: C4, BE and 83. RGB value is (196,190,131). Sum of RGB (Red+Green+Blue) = 196+190+131=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BE83 is #3B417C. Grayscale: #B9B9B9. Windows color (decimal): -3883389 or 8634052. OLE color: 8634052.

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

Color convert

RGB196190131-
CMYK00.030.330.23
HSL54.46º35.52%64.12%-
HSV(B)54.46º33.16%76.86%-
XYZ45.2850.228.78-
YUV185.0797.49135.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.91%
GREEN value IS 190 (74.61% from 255) = 36.75%
BLUE value IS 131 (51.56% from 255) = 25.34%
R=37.91%
G=36.75%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619013100.030.330.2354.4635.5264.12
HexC4BE83032117362440
Octal3042762030341276644100
Binary110001001011111010000011011100001101111101101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4be83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4be83; }

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

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

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

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

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

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

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

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