Html Css Color HEX #C7915F Twine

📋 copy color: '#C7915F'

red 199 ◦ green 145 ◦ blue 95

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

Shades of Twine #C7915F

Tints of Twine #C7915F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.03%

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

R = 45.33%
G = 33.03%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7915F (or 0xC7915F) is known color: Twine. HEX triplet: C7, 91 and 5F. RGB value is (199,145,95). Sum of RGB (Red+Green+Blue) = 199+145+95=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C7915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7915F is #386EA0. Grayscale: #9B9B9B. Windows color (decimal): -3698337 or 6263239. OLE color: 6263239.

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

Color convert

RGB 199 145 95 -
CMYK 0 0.27 0.52 0.22
HSL 28.85º 0.48% 0.58% -
HSV(B) 28.85º 0.52% 0.78% -
XYZ 35.74 33.22 15.35 -
YUV 155.45 93.89 159.07 -
System Red Green Blue C M Y K H S L
Decimal 199 145 95 0 0.27 0.52 0.22 28.85 0.48 0.58
Hex C7 91 5F 0 1B 34 16 1D 30 3A
Octal 307 221 137 0 33 64 26 35 60 72
Binary 11000111 10010001 1011111 0 11011 110100 10110 11101 110000 111010

Color Harmonies of #C7915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7915F

Black with #C7915F

Text Example


Text Example

White with #C7915F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7915F; }

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

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

background-color css

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

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

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

border-color css

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

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

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