Html Css Color HEX #C4B780 Yuma

📋 copy color: '#C4B780'

red 196 ◦ green 183 ◦ blue 128

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

Shades of Yuma #C4B780

Tints of Yuma #C4B780

RGB

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

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

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

R = 38.66%
G = 36.09%
B = 25.25%

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

#C4B780 (or 0xC4B780) is known color: Yuma. HEX triplet: C4, B7 and 80. RGB value is (196,183,128). Sum of RGB (Red+Green+Blue) = 196+183+128=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B780 is #3B487F. Grayscale: #B4B4B4. Windows color (decimal): -3885184 or 8435652. OLE color: 8435652.

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

Color convert

RGB 196 183 128 -
CMYK 0 0.07 0.35 0.23
HSL 48.53º 0.37% 0.64% -
HSV(B) 48.53º 0.35% 0.77% -
XYZ 43.59 47.16 27.23 -
YUV 180.62 98.31 138.97 -
System Red Green Blue C M Y K H S L
Decimal 196 183 128 0 0.07 0.35 0.23 48.53 0.37 0.64
Hex C4 B7 80 0 7 23 17 31 25 40
Octal 304 267 200 0 7 43 27 61 45 100
Binary 11000100 10110111 10000000 0 111 100011 10111 110001 100101 1000000

Color Harmonies of #C4B780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B780

Black with #C4B780

Text Example


Text Example

White with #C4B780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B780; }

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

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

background-color css

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

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

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

border-color css

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

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

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