Html Css Color HEX #C5915F Twine

📋 copy color: '#C5915F'

red 197 ◦ green 145 ◦ blue 95

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

Shades of Twine #C5915F

Tints of Twine #C5915F

RGB

 RED value IS 197 (77.34% from 255) = 45.08%

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

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

R = 45.08%
G = 33.18%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5915F (or 0xC5915F) is known color: Twine. HEX triplet: C5, 91 and 5F. RGB value is (197,145,95). Sum of RGB (Red+Green+Blue) = 197+145+95=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5915F is #3A6EA0. Grayscale: #9B9B9B. Windows color (decimal): -3829409 or 6263237. OLE color: 6263237.

HSL color Cylindrical-coordinate representation of color #C5915F: hue angle of 29.41º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5915F is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 145 95 -
CMYK 0 0.26 0.52 0.23
HSL 29.41º 0.47% 0.57% -
HSV(B) 29.41º 0.52% 0.77% -
XYZ 35.22 32.95 15.33 -
YUV 154.85 94.23 158.07 -
System Red Green Blue C M Y K H S L
Decimal 197 145 95 0 0.26 0.52 0.23 29.41 0.47 0.57
Hex C5 91 5F 0 1A 34 17 1D 2F 39
Octal 305 221 137 0 32 64 27 35 57 71
Binary 11000101 10010001 1011111 0 11010 110100 10111 11101 101111 111001

Color Harmonies of #C5915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5915F

Black with #C5915F

Text Example


Text Example

White with #C5915F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5915F; }

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

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

background-color css

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

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

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

border-color css

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

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

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