Html Css Color HEX #C7965F Twine

📋 copy color: '#C7965F'

red 199 ◦ green 150 ◦ blue 95

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

Shades of Twine #C7965F

Tints of Twine #C7965F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.78%

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

R = 44.82%
G = 33.78%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7965F (or 0xC7965F) is known color: Twine. HEX triplet: C7, 96 and 5F. RGB value is (199,150,95). Sum of RGB (Red+Green+Blue) = 199+150+95=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C7965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7965F is #3869A0. Grayscale: #9E9E9E. Windows color (decimal): -3697057 or 6264519. OLE color: 6264519.

HSL color Cylindrical-coordinate representation of color #C7965F: hue angle of 31.73º 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 #C7965F is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 150 95 -
CMYK 0 0.25 0.52 0.22
HSL 31.73º 0.48% 0.58% -
HSV(B) 31.73º 0.52% 0.78% -
XYZ 36.53 34.78 15.61 -
YUV 158.38 92.23 156.97 -
System Red Green Blue C M Y K H S L
Decimal 199 150 95 0 0.25 0.52 0.22 31.73 0.48 0.58
Hex C7 96 5F 0 19 34 16 20 30 3A
Octal 307 226 137 0 31 64 26 40 60 72
Binary 11000111 10010110 1011111 0 11001 110100 10110 100000 110000 111010

Color Harmonies of #C7965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7965F

Black with #C7965F

Text Example


Text Example

White with #C7965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7965F; }

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

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

background-color css

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

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

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

border-color css

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

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

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