Html Css Color HEX #C7BA77 Yuma

📋 copy color: '#C7BA77'

red 199 ◦ green 186 ◦ blue 119

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

Shades of Yuma #C7BA77

Tints of Yuma #C7BA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.61%

R = 39.48%
G = 36.9%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C7BA77 (or 0xC7BA77) is known color: Yuma. HEX triplet: C7, BA and 77. RGB value is (199,186,119). Sum of RGB (Red+Green+Blue) = 199+186+119=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA77 is #384588. Grayscale: #B6B6B6. Windows color (decimal): -3687817 or 7846599. OLE color: 7846599.

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

Color convert

RGB 199 186 119 -
CMYK 0 0.07 0.40 0.22
HSL 50.25º 0.42% 0.62% -
HSV(B) 50.25º 0.4% 0.78% -
XYZ 44.44 48.59 24.49 -
YUV 182.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 199 186 119 0 0.07 0.40 0.22 50.25 0.42 0.62
Hex C7 BA 77 0 7 28 16 32 2A 3E
Octal 307 272 167 0 7 50 26 62 52 76
Binary 11000111 10111010 1110111 0 111 101000 10110 110010 101010 111110

Color Harmonies of #C7BA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA77

Black with #C7BA77

Text Example


Text Example

White with #C7BA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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