Html Css Color HEX #C79150 Twine

📋 copy color: '#C79150'

red 199 ◦ green 145 ◦ blue 80

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

Shades of Twine #C79150

Tints of Twine #C79150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.2%

 BLUE value IS 80 (31.64% from 255) = 18.87%

R = 46.93%
G = 34.2%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C79150 (or 0xC79150) is known color: Twine. HEX triplet: C7, 91 and 50. RGB value is (199,145,80). Sum of RGB (Red+Green+Blue) = 199+145+80=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C79150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79150 is #386EAF. Grayscale: #9A9A9A. Windows color (decimal): -3698352 or 5280199. OLE color: 5280199.

HSL color Cylindrical-coordinate representation of color #C79150: hue angle of 32.77º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C79150 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 145 80 -
CMYK 0 0.27 0.60 0.22
HSL 32.77º 0.52% 0.55% -
HSV(B) 32.77º 0.6% 0.78% -
XYZ 35.13 32.97 12.1 -
YUV 153.74 86.39 160.29 -
System Red Green Blue C M Y K H S L
Decimal 199 145 80 0 0.27 0.60 0.22 32.77 0.52 0.55
Hex C7 91 50 0 1B 3C 16 21 34 37
Octal 307 221 120 0 33 74 26 41 64 67
Binary 11000111 10010001 1010000 0 11011 111100 10110 100001 110100 110111

Color Harmonies of #C79150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79150

Black with #C79150

Text Example


Text Example

White with #C79150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79150; }

 p { color: rgb(199,145,80); }

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

background-color css

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

 a { background-color: rgb(199,145,80); }

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

border-color css

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

 span { border-color: rgb(199,145,80); }

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