Html Css Color HEX #C7BA84 Yuma

📋 copy color: '#C7BA84'

red 199 ◦ green 186 ◦ blue 132

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

Shades of Yuma #C7BA84

Tints of Yuma #C7BA84

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.98%

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

R = 38.49%
G = 35.98%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C7BA84 (or 0xC7BA84) is known color: Yuma. HEX triplet: C7, BA and 84. RGB value is (199,186,132). Sum of RGB (Red+Green+Blue) = 199+186+132=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BA84 is #38457B. Grayscale: #B7B7B7. Windows color (decimal): -3687804 or 8698567. OLE color: 8698567.

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

Color convert

RGB 199 186 132 -
CMYK 0 0.07 0.34 0.22
HSL 48.36º 0.37% 0.65% -
HSV(B) 48.36º 0.34% 0.78% -
XYZ 45.28 48.93 28.89 -
YUV 183.73 98.81 138.89 -
System Red Green Blue C M Y K H S L
Decimal 199 186 132 0 0.07 0.34 0.22 48.36 0.37 0.65
Hex C7 BA 84 0 7 22 16 30 25 41
Octal 307 272 204 0 7 42 26 60 45 101
Binary 11000111 10111010 10000100 0 111 100010 10110 110000 100101 1000001

Color Harmonies of #C7BA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA84

Black with #C7BA84

Text Example


Text Example

White with #C7BA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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