Html Css Color HEX #C7995F Twine

📋 copy color: '#C7995F'

red 199 ◦ green 153 ◦ blue 95

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

Shades of Twine #C7995F

Tints of Twine #C7995F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.25%

R = 44.52%
G = 34.23%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7995F (or 0xC7995F) is known color: Twine. HEX triplet: C7, 99 and 5F. RGB value is (199,153,95). Sum of RGB (Red+Green+Blue) = 199+153+95=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C7995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7995F is #3866A0. Grayscale: #A0A0A0. Windows color (decimal): -3696289 or 6265287. OLE color: 6265287.

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

Color convert

RGB 199 153 95 -
CMYK 0 0.23 0.52 0.22
HSL 33.46º 0.48% 0.58% -
HSV(B) 33.46º 0.52% 0.78% -
XYZ 37.01 35.75 15.78 -
YUV 160.14 91.24 155.72 -
System Red Green Blue C M Y K H S L
Decimal 199 153 95 0 0.23 0.52 0.22 33.46 0.48 0.58
Hex C7 99 5F 0 17 34 16 21 30 3A
Octal 307 231 137 0 27 64 26 41 60 72
Binary 11000111 10011001 1011111 0 10111 110100 10110 100001 110000 111010

Color Harmonies of #C7995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7995F

Black with #C7995F

Text Example


Text Example

White with #C7995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7995F; }

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

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

background-color css

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

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

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

border-color css

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

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

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