Html Css Color HEX #C7B974 Yuma

📋 copy color: '#C7B974'

red 199 ◦ green 185 ◦ blue 116

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

Shades of Yuma #C7B974

Tints of Yuma #C7B974

RGB

 RED value IS 199 (78.13% from 255) = 39.8%

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

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

R = 39.8%
G = 37%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C7B974 (or 0xC7B974) is known color: Yuma. HEX triplet: C7, B9 and 74. RGB value is (199,185,116). Sum of RGB (Red+Green+Blue) = 199+185+116=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B974 is #38468B. Grayscale: #B5B5B5. Windows color (decimal): -3688076 or 7649735. OLE color: 7649735.

HSL color Cylindrical-coordinate representation of color #C7B974: hue angle of 49.88º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7B974 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 185 116 -
CMYK 0 0.07 0.42 0.22
HSL 49.88º 0.43% 0.62% -
HSV(B) 49.88º 0.42% 0.78% -
XYZ 44.05 48.1 23.49 -
YUV 181.32 91.14 140.61 -
System Red Green Blue C M Y K H S L
Decimal 199 185 116 0 0.07 0.42 0.22 49.88 0.43 0.62
Hex C7 B9 74 0 7 2A 16 32 2B 3E
Octal 307 271 164 0 7 52 26 62 53 76
Binary 11000111 10111001 1110100 0 111 101010 10110 110010 101011 111110

Color Harmonies of #C7B974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B974

Black with #C7B974

Text Example


Text Example

White with #C7B974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B974; }

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

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

background-color css

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

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

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

border-color css

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

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

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