Html Css Color HEX #C5BA78 Yuma

📋 copy color: '#C5BA78'

red 197 ◦ green 186 ◦ blue 120

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

Shades of Yuma #C5BA78

Tints of Yuma #C5BA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.86%

R = 39.17%
G = 36.98%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C5BA78 (or 0xC5BA78) is known color: Yuma. HEX triplet: C5, BA and 78. RGB value is (197,186,120). Sum of RGB (Red+Green+Blue) = 197+186+120=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BA78 is #3A4587. Grayscale: #B6B6B6. Windows color (decimal): -3818888 or 7912133. OLE color: 7912133.

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

Color convert

RGB 197 186 120 -
CMYK 0 0.06 0.39 0.23
HSL 51.43º 0.4% 0.62% -
HSV(B) 51.43º 0.39% 0.77% -
XYZ 43.98 48.34 24.78 -
YUV 181.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 197 186 120 0 0.06 0.39 0.23 51.43 0.4 0.62
Hex C5 BA 78 0 6 27 17 33 28 3E
Octal 305 272 170 0 6 47 27 63 50 76
Binary 11000101 10111010 1111000 0 110 100111 10111 110011 101000 111110

Color Harmonies of #C5BA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA78

Black with #C5BA78

Text Example


Text Example

White with #C5BA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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