Html Css Color HEX #C9B982 Yuma

📋 copy color: '#C9B982'

red 201 ◦ green 185 ◦ blue 130

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

Shades of Yuma #C9B982

Tints of Yuma #C9B982

RGB

 RED value IS 201 (78.91% from 255) = 38.95%

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

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

R = 38.95%
G = 35.85%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C9B982 (or 0xC9B982) is known color: Yuma. HEX triplet: C9, B9 and 82. RGB value is (201,185,130). Sum of RGB (Red+Green+Blue) = 201+185+130=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B982 is #36467D. Grayscale: #B7B7B7. Windows color (decimal): -3556990 or 8567241. OLE color: 8567241.

HSL color Cylindrical-coordinate representation of color #C9B982: hue angle of 46.48º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C9B982 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 185 130 -
CMYK 0 0.08 0.35 0.21
HSL 46.48º 0.4% 0.65% -
HSV(B) 46.48º 0.35% 0.79% -
XYZ 45.47 48.73 28.13 -
YUV 183.51 97.8 140.47 -
System Red Green Blue C M Y K H S L
Decimal 201 185 130 0 0.08 0.35 0.21 46.48 0.4 0.65
Hex C9 B9 82 0 8 23 15 2E 28 41
Octal 311 271 202 0 10 43 25 56 50 101
Binary 11001001 10111001 10000010 0 1000 100011 10101 101110 101000 1000001

Color Harmonies of #C9B982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B982

Black with #C9B982

Text Example


Text Example

White with #C9B982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B982; }

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

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

background-color css

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

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

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

border-color css

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

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

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