Html Css Color HEX #C5915E Twine

📋 copy color: '#C5915E'

red 197 ◦ green 145 ◦ blue 94

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

Shades of Twine #C5915E

Tints of Twine #C5915E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.56%

R = 45.18%
G = 33.26%
B = 21.56%

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

#C5915E (or 0xC5915E) is known color: Twine. HEX triplet: C5, 91 and 5E. RGB value is (197,145,94). Sum of RGB (Red+Green+Blue) = 197+145+94=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5915E is #3A6EA1. Grayscale: #9A9A9A. Windows color (decimal): -3829410 or 6197701. OLE color: 6197701.

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

Color convert

RGB 197 145 94 -
CMYK 0 0.26 0.52 0.23
HSL 29.71º 0.47% 0.57% -
HSV(B) 29.71º 0.52% 0.77% -
XYZ 35.17 32.93 15.09 -
YUV 154.73 93.73 158.15 -
System Red Green Blue C M Y K H S L
Decimal 197 145 94 0 0.26 0.52 0.23 29.71 0.47 0.57
Hex C5 91 5E 0 1A 34 17 1E 2F 39
Octal 305 221 136 0 32 64 27 36 57 71
Binary 11000101 10010001 1011110 0 11010 110100 10111 11110 101111 111001

Color Harmonies of #C5915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5915E

Black with #C5915E

Text Example


Text Example

White with #C5915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5915E; }

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

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

background-color css

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

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

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

border-color css

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

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

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