Html Css Color HEX #C7995B Twine

📋 copy color: '#C7995B'

red 199 ◦ green 153 ◦ blue 91

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

Shades of Twine #C7995B

Tints of Twine #C7995B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.54%

R = 44.92%
G = 34.54%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7995B (or 0xC7995B) is known color: Twine. HEX triplet: C7, 99 and 5B. RGB value is (199,153,91). Sum of RGB (Red+Green+Blue) = 199+153+91=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C7995B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7995B is #3866A4. Grayscale: #9F9F9F. Windows color (decimal): -3696293 or 6003143. OLE color: 6003143.

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

Color convert

RGB 199 153 91 -
CMYK 0 0.23 0.54 0.22
HSL 34.44º 0.49% 0.57% -
HSV(B) 34.44º 0.54% 0.78% -
XYZ 36.83 35.68 14.84 -
YUV 159.69 89.24 156.04 -
System Red Green Blue C M Y K H S L
Decimal 199 153 91 0 0.23 0.54 0.22 34.44 0.49 0.57
Hex C7 99 5B 0 17 36 16 22 31 39
Octal 307 231 133 0 27 66 26 42 61 71
Binary 11000111 10011001 1011011 0 10111 110110 10110 100010 110001 111001

Color Harmonies of #C7995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7995B

Black with #C7995B

Text Example


Text Example

White with #C7995B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7995B; }

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

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

background-color css

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

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

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

border-color css

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

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

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