Html Css Color HEX #C5BA77 Yuma

📋 copy color: '#C5BA77'

red 197 ◦ green 186 ◦ blue 119

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

Shades of Yuma #C5BA77

Tints of Yuma #C5BA77

RGB

 RED value IS 197 (77.34% from 255) = 39.24%

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

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

R = 39.24%
G = 37.05%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C5BA77 (or 0xC5BA77) is known color: Yuma. HEX triplet: C5, BA and 77. RGB value is (197,186,119). Sum of RGB (Red+Green+Blue) = 197+186+119=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BA77 is #3A4588. Grayscale: #B5B5B5. Windows color (decimal): -3818889 or 7846597. OLE color: 7846597.

HSL color Cylindrical-coordinate representation of color #C5BA77: hue angle of 51.54º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5BA77 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 186 119 -
CMYK 0 0.06 0.40 0.23
HSL 51.54º 0.4% 0.62% -
HSV(B) 51.54º 0.4% 0.77% -
XYZ 43.91 48.32 24.46 -
YUV 181.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 197 186 119 0 0.06 0.40 0.23 51.54 0.4 0.62
Hex C5 BA 77 0 6 28 17 34 28 3E
Octal 305 272 167 0 6 50 27 64 50 76
Binary 11000101 10111010 1110111 0 110 101000 10111 110100 101000 111110

Color Harmonies of #C5BA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA77

Black with #C5BA77

Text Example


Text Example

White with #C5BA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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