Html Css Color HEX #C7BA75 Yuma

📋 copy color: '#C7BA75'

red 199 ◦ green 186 ◦ blue 117

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

Shades of Yuma #C7BA75

Tints of Yuma #C7BA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.31%

R = 39.64%
G = 37.05%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C7BA75 (or 0xC7BA75) is known color: Yuma. HEX triplet: C7, BA and 75. RGB value is (199,186,117). Sum of RGB (Red+Green+Blue) = 199+186+117=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA75 is #38458A. Grayscale: #B6B6B6. Windows color (decimal): -3687819 or 7715527. OLE color: 7715527.

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

Color convert

RGB 199 186 117 -
CMYK 0 0.07 0.41 0.22
HSL 50.49º 0.42% 0.62% -
HSV(B) 50.49º 0.41% 0.78% -
XYZ 44.32 48.54 23.86 -
YUV 182.02 91.31 140.11 -
System Red Green Blue C M Y K H S L
Decimal 199 186 117 0 0.07 0.41 0.22 50.49 0.42 0.62
Hex C7 BA 75 0 7 29 16 32 2A 3E
Octal 307 272 165 0 7 51 26 62 52 76
Binary 11000111 10111010 1110101 0 111 101001 10110 110010 101010 111110

Color Harmonies of #C7BA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA75

Black with #C7BA75

Text Example


Text Example

White with #C7BA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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