Html Css Color HEX #C5965E Twine

📋 copy color: '#C5965E'

red 197 ◦ green 150 ◦ blue 94

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

Shades of Twine #C5965E

Tints of Twine #C5965E

RGB

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

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

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

R = 44.67%
G = 34.01%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5965E (or 0xC5965E) is known color: Twine. HEX triplet: C5, 96 and 5E. RGB value is (197,150,94). Sum of RGB (Red+Green+Blue) = 197+150+94=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C5965E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5965E is #3A69A1. Grayscale: #9D9D9D. Windows color (decimal): -3828130 or 6198981. OLE color: 6198981.

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

Color convert

RGB 197 150 94 -
CMYK 0 0.24 0.52 0.23
HSL 32.62º 0.47% 0.57% -
HSV(B) 32.62º 0.52% 0.77% -
XYZ 35.95 34.49 15.35 -
YUV 157.67 92.07 156.05 -
System Red Green Blue C M Y K H S L
Decimal 197 150 94 0 0.24 0.52 0.23 32.62 0.47 0.57
Hex C5 96 5E 0 18 34 17 21 2F 39
Octal 305 226 136 0 30 64 27 41 57 71
Binary 11000101 10010110 1011110 0 11000 110100 10111 100001 101111 111001

Color Harmonies of #C5965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5965E

Black with #C5965E

Text Example


Text Example

White with #C5965E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5965E; }

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

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

background-color css

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

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

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

border-color css

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

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

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