Html Css Color HEX #C9B974 Yuma

📋 copy color: '#C9B974'

red 201 ◦ green 185 ◦ blue 116

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

Shades of Yuma #C9B974

Tints of Yuma #C9B974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.11%

R = 40.04%
G = 36.85%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C9B974 (or 0xC9B974) is known color: Yuma. HEX triplet: C9, B9 and 74. RGB value is (201,185,116). Sum of RGB (Red+Green+Blue) = 201+185+116=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B974 is #36468B. Grayscale: #B6B6B6. Windows color (decimal): -3557004 or 7649737. OLE color: 7649737.

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

Color convert

RGB 201 185 116 -
CMYK 0 0.08 0.42 0.21
HSL 48.71º 0.44% 0.62% -
HSV(B) 48.71º 0.42% 0.79% -
XYZ 44.59 48.38 23.51 -
YUV 181.92 90.8 141.61 -
System Red Green Blue C M Y K H S L
Decimal 201 185 116 0 0.08 0.42 0.21 48.71 0.44 0.62
Hex C9 B9 74 0 8 2A 15 31 2C 3E
Octal 311 271 164 0 10 52 25 61 54 76
Binary 11001001 10111001 1110100 0 1000 101010 10101 110001 101100 111110

Color Harmonies of #C9B974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B974

Black with #C9B974

Text Example


Text Example

White with #C9B974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B974; }

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

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

background-color css

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

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

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

border-color css

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

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

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