Html Css Color HEX #C7995D Twine

📋 copy color: '#C7995D'

red 199 ◦ green 153 ◦ blue 93

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

Shades of Twine #C7995D

Tints of Twine #C7995D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.38%

 BLUE value IS 93 (36.72% from 255) = 20.9%

R = 44.72%
G = 34.38%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7995D (or 0xC7995D) is known color: Twine. HEX triplet: C7, 99 and 5D. RGB value is (199,153,93). Sum of RGB (Red+Green+Blue) = 199+153+93=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C7995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7995D is #3866A2. Grayscale: #A0A0A0. Windows color (decimal): -3696291 or 6134215. OLE color: 6134215.

HSL color Cylindrical-coordinate representation of color #C7995D: hue angle of 33.96º degrees, saturation: 0.49, 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 #C7995D is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 153 93 -
CMYK 0 0.23 0.53 0.22
HSL 33.96º 0.49% 0.57% -
HSV(B) 33.96º 0.53% 0.78% -
XYZ 36.92 35.71 15.3 -
YUV 159.91 90.24 155.88 -
System Red Green Blue C M Y K H S L
Decimal 199 153 93 0 0.23 0.53 0.22 33.96 0.49 0.57
Hex C7 99 5D 0 17 35 16 22 31 39
Octal 307 231 135 0 27 65 26 42 61 71
Binary 11000111 10011001 1011101 0 10111 110101 10110 100010 110001 111001

Color Harmonies of #C7995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7995D

Black with #C7995D

Text Example


Text Example

White with #C7995D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7995D; }

 p { color: rgb(199,153,93); }

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

background-color css

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

 a { background-color: rgb(199,153,93); }

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

border-color css

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

 span { border-color: rgb(199,153,93); }

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