Html Css Color HEX #C7985E Twine

📋 copy color: '#C7985E'

red 199 ◦ green 152 ◦ blue 94

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

Shades of Twine #C7985E

Tints of Twine #C7985E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.16%

 BLUE value IS 94 (37.11% from 255) = 21.12%

R = 44.72%
G = 34.16%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7985E (or 0xC7985E) is known color: Twine. HEX triplet: C7, 98 and 5E. RGB value is (199,152,94). Sum of RGB (Red+Green+Blue) = 199+152+94=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C7985E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7985E is #3867A1. Grayscale: #9F9F9F. Windows color (decimal): -3696546 or 6199495. OLE color: 6199495.

HSL color Cylindrical-coordinate representation of color #C7985E: hue angle of 33.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7985E is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 152 94 -
CMYK 0 0.24 0.53 0.22
HSL 33.14º 0.48% 0.57% -
HSV(B) 33.14º 0.53% 0.78% -
XYZ 36.8 35.41 15.48 -
YUV 159.44 91.07 156.22 -
System Red Green Blue C M Y K H S L
Decimal 199 152 94 0 0.24 0.53 0.22 33.14 0.48 0.57
Hex C7 98 5E 0 18 35 16 21 30 39
Octal 307 230 136 0 30 65 26 41 60 71
Binary 11000111 10011000 1011110 0 11000 110101 10110 100001 110000 111001

Color Harmonies of #C7985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7985E

Black with #C7985E

Text Example


Text Example

White with #C7985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7985E; }

 p { color: rgb(199,152,94); }

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

background-color css

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

 a { background-color: rgb(199,152,94); }

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

border-color css

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

 span { border-color: rgb(199,152,94); }

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