Html Css Color HEX #C4B982 Yuma

📋 copy color: '#C4B982'

red 196 ◦ green 185 ◦ blue 130

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

Shades of Yuma #C4B982

Tints of Yuma #C4B982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.44%

R = 38.36%
G = 36.2%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C4B982 (or 0xC4B982) is known color: Yuma. HEX triplet: C4, B9 and 82. RGB value is (196,185,130). Sum of RGB (Red+Green+Blue) = 196+185+130=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B982 is #3B467D. Grayscale: #B6B6B6. Windows color (decimal): -3884670 or 8567236. OLE color: 8567236.

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

Color convert

RGB 196 185 130 -
CMYK 0 0.06 0.34 0.23
HSL 50º 0.36% 0.64% -
HSV(B) 50º 0.34% 0.77% -
XYZ 44.14 48.05 28.07 -
YUV 182.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 196 185 130 0 0.06 0.34 0.23 50 0.36 0.64
Hex C4 B9 82 0 6 22 17 32 24 40
Octal 304 271 202 0 6 42 27 62 44 100
Binary 11000100 10111001 10000010 0 110 100010 10111 110010 100100 1000000

Color Harmonies of #C4B982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B982

Black with #C4B982

Text Example


Text Example

White with #C4B982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B982; }

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

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

background-color css

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

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

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

border-color css

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

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

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