Html Css Color HEX #C7BA86 Yuma

📋 copy color: '#C7BA86'

red 199 ◦ green 186 ◦ blue 134

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

Shades of Yuma #C7BA86

Tints of Yuma #C7BA86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.82%

R = 38.34%
G = 35.84%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C7BA86 (or 0xC7BA86) is known color: Yuma. HEX triplet: C7, BA and 86. RGB value is (199,186,134). Sum of RGB (Red+Green+Blue) = 199+186+134=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BA86 is #384579. Grayscale: #B8B8B8. Windows color (decimal): -3687802 or 8829639. OLE color: 8829639.

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

Color convert

RGB 199 186 134 -
CMYK 0 0.07 0.33 0.22
HSL 48º 0.37% 0.65% -
HSV(B) 48º 0.33% 0.78% -
XYZ 45.42 48.98 29.61 -
YUV 183.96 99.81 138.73 -
System Red Green Blue C M Y K H S L
Decimal 199 186 134 0 0.07 0.33 0.22 48 0.37 0.65
Hex C7 BA 86 0 7 21 16 30 25 41
Octal 307 272 206 0 7 41 26 60 45 101
Binary 11000111 10111010 10000110 0 111 100001 10110 110000 100101 1000001

Color Harmonies of #C7BA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA86

Black with #C7BA86

Text Example


Text Example

White with #C7BA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA86; }

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

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

background-color css

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

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

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

border-color css

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

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

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