Html Css Color HEX #C4B980 Yuma

📋 copy color: '#C4B980'

red 196 ◦ green 185 ◦ blue 128

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

Shades of Yuma #C4B980

Tints of Yuma #C4B980

RGB

 RED value IS 196 (76.95% from 255) = 38.51%

 GREEN value IS 185 (72.66% from 255) = 36.35%

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

R = 38.51%
G = 36.35%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C4B980 (or 0xC4B980) is known color: Yuma. HEX triplet: C4, B9 and 80. RGB value is (196,185,128). Sum of RGB (Red+Green+Blue) = 196+185+128=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B980 is #3B467F. Grayscale: #B6B6B6. Windows color (decimal): -3884672 or 8436164. OLE color: 8436164.

HSL color Cylindrical-coordinate representation of color #C4B980: hue angle of 50.29º 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 #C4B980 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 185 128 -
CMYK 0 0.06 0.35 0.23
HSL 50.29º 0.37% 0.64% -
HSV(B) 50.29º 0.35% 0.77% -
XYZ 44.01 47.99 27.37 -
YUV 181.79 97.64 138.13 -
System Red Green Blue C M Y K H S L
Decimal 196 185 128 0 0.06 0.35 0.23 50.29 0.37 0.64
Hex C4 B9 80 0 6 23 17 32 25 40
Octal 304 271 200 0 6 43 27 62 45 100
Binary 11000100 10111001 10000000 0 110 100011 10111 110010 100101 1000000

Color Harmonies of #C4B980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B980

Black with #C4B980

Text Example


Text Example

White with #C4B980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B980; }

 p { color: rgb(196,185,128); }

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

background-color css

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

 a { background-color: rgb(196,185,128); }

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

border-color css

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

 span { border-color: rgb(196,185,128); }

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