Html Css Color HEX #C5B780 Yuma

📋 copy color: '#C5B780'

red 197 ◦ green 183 ◦ blue 128

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

Shades of Yuma #C5B780

Tints of Yuma #C5B780

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.02%

 BLUE value IS 128 (50.39% from 255) = 25.2%

R = 38.78%
G = 36.02%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C5B780 (or 0xC5B780) is known color: Yuma. HEX triplet: C5, B7 and 80. RGB value is (197,183,128). Sum of RGB (Red+Green+Blue) = 197+183+128=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B780 is #3A487F. Grayscale: #B5B5B5. Windows color (decimal): -3819648 or 8435653. OLE color: 8435653.

HSL color Cylindrical-coordinate representation of color #C5B780: hue angle of 47.83º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5B780 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 183 128 -
CMYK 0 0.07 0.35 0.23
HSL 47.83º 0.37% 0.64% -
HSV(B) 47.83º 0.35% 0.77% -
XYZ 43.86 47.3 27.24 -
YUV 180.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 197 183 128 0 0.07 0.35 0.23 47.83 0.37 0.64
Hex C5 B7 80 0 7 23 17 30 25 40
Octal 305 267 200 0 7 43 27 60 45 100
Binary 11000101 10110111 10000000 0 111 100011 10111 110000 100101 1000000

Color Harmonies of #C5B780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B780

Black with #C5B780

Text Example


Text Example

White with #C5B780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B780; }

 p { color: rgb(197,183,128); }

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

background-color css

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

 a { background-color: rgb(197,183,128); }

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

border-color css

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

 span { border-color: rgb(197,183,128); }

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