Html Css Color HEX #C7BA91 Yuma

📋 copy color: '#C7BA91'

red 199 ◦ green 186 ◦ blue 145

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

Shades of Yuma #C7BA91

Tints of Yuma #C7BA91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.36%

R = 37.55%
G = 35.09%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C7BA91 (or 0xC7BA91) is known color: Yuma. HEX triplet: C7, BA and 91. RGB value is (199,186,145). Sum of RGB (Red+Green+Blue) = 199+186+145=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BA91 is #38456E. Grayscale: #B9B9B9. Windows color (decimal): -3687791 or 9550535. OLE color: 9550535.

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

Color convert

RGB 199 186 145 -
CMYK 0 0.07 0.27 0.22
HSL 45.56º 0.33% 0.67% -
HSV(B) 45.56º 0.27% 0.78% -
XYZ 46.22 49.3 33.87 -
YUV 185.21 105.31 137.83 -
System Red Green Blue C M Y K H S L
Decimal 199 186 145 0 0.07 0.27 0.22 45.56 0.33 0.67
Hex C7 BA 91 0 7 1B 16 2E 21 43
Octal 307 272 221 0 7 33 26 56 41 103
Binary 11000111 10111010 10010001 0 111 11011 10110 101110 100001 1000011

Color Harmonies of #C7BA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA91

Black with #C7BA91

Text Example


Text Example

White with #C7BA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA91; }

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

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

background-color css

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

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

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

border-color css

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

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

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