Html Css Color HEX #C5945F Twine

📋 copy color: '#C5945F'

red 197 ◦ green 148 ◦ blue 95

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

Shades of Twine #C5945F

Tints of Twine #C5945F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.64%

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

R = 44.77%
G = 33.64%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5945F (or 0xC5945F) is known color: Twine. HEX triplet: C5, 94 and 5F. RGB value is (197,148,95). Sum of RGB (Red+Green+Blue) = 197+148+95=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5945F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5945F is #3A6BA0. Grayscale: #9C9C9C. Windows color (decimal): -3828641 or 6264005. OLE color: 6264005.

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

Color convert

RGB 197 148 95 -
CMYK 0 0.25 0.52 0.23
HSL 31.18º 0.47% 0.57% -
HSV(B) 31.18º 0.52% 0.77% -
XYZ 35.68 33.88 15.48 -
YUV 156.61 93.23 156.81 -
System Red Green Blue C M Y K H S L
Decimal 197 148 95 0 0.25 0.52 0.23 31.18 0.47 0.57
Hex C5 94 5F 0 19 34 17 1F 2F 39
Octal 305 224 137 0 31 64 27 37 57 71
Binary 11000101 10010100 1011111 0 11001 110100 10111 11111 101111 111001

Color Harmonies of #C5945F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5945F

Black with #C5945F

Text Example


Text Example

White with #C5945F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5945F; }

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

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

background-color css

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

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

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

border-color css

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

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

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