Html Css Color HEX #C7BE84 Yuma

📋 copy color: '#C7BE84'

red 199 ◦ green 190 ◦ blue 132

#C7BE84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yuma #C7BE84

Tints of Yuma #C7BE84

RGB

 RED value IS 199 (78.13% from 255) = 38.2%

 GREEN value IS 190 (74.61% from 255) = 36.47%

 BLUE value IS 132 (51.95% from 255) = 25.34%

R = 38.2%
G = 36.47%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C7BE84 (or 0xC7BE84) is known color: Yuma. HEX triplet: C7, BE and 84. RGB value is (199,190,132). Sum of RGB (Red+Green+Blue) = 199+190+132=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BE84 is #38417B. Grayscale: #BABABA. Windows color (decimal): -3686780 or 8699591. OLE color: 8699591.

HSL color Cylindrical-coordinate representation of color #C7BE84: hue angle of 51.94º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C7BE84 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 190 132 -
CMYK 0 0.05 0.34 0.22
HSL 51.94º 0.37% 0.65% -
HSV(B) 51.94º 0.34% 0.78% -
XYZ 46.13 50.63 29.17 -
YUV 186.08 97.48 137.22 -
System Red Green Blue C M Y K H S L
Decimal 199 190 132 0 0.05 0.34 0.22 51.94 0.37 0.65
Hex C7 BE 84 0 5 22 16 34 25 41
Octal 307 276 204 0 5 42 26 64 45 101
Binary 11000111 10111110 10000100 0 101 100010 10110 110100 100101 1000001

Color Harmonies of #C7BE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BE84

Black with #C7BE84

Text Example


Text Example

White with #C7BE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BE84; }

 p { color: rgb(199,190,132); }

 H1.HeaderClassName
 {
   color: #C7BE84;
 }
 .AnyTagClassName
 {
   color: #C7BE84;
 }
</style>

background-color css

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

 a { background-color: rgb(199,190,132); }

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

border-color css

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

 span { border-color: rgb(199,190,132); }

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