Html Css Color HEX #C2965F Twine

📋 copy color: '#C2965F'

red 194 ◦ green 150 ◦ blue 95

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

Shades of Twine #C2965F

Tints of Twine #C2965F

RGB

 RED value IS 194 (76.17% from 255) = 44.19%

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

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

R = 44.19%
G = 34.17%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2965F (or 0xC2965F) is known color: Twine. HEX triplet: C2, 96 and 5F. RGB value is (194,150,95). Sum of RGB (Red+Green+Blue) = 194+150+95=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C2965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2965F is #3D69A0. Grayscale: #9D9D9D. Windows color (decimal): -4024737 or 6264514. OLE color: 6264514.

HSL color Cylindrical-coordinate representation of color #C2965F: hue angle of 33.33º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2965F is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 150 95 -
CMYK 0 0.23 0.51 0.24
HSL 33.33º 0.45% 0.57% -
HSV(B) 33.33º 0.51% 0.76% -
XYZ 35.22 34.11 15.55 -
YUV 156.89 93.08 154.47 -
System Red Green Blue C M Y K H S L
Decimal 194 150 95 0 0.23 0.51 0.24 33.33 0.45 0.57
Hex C2 96 5F 0 17 33 18 21 2D 39
Octal 302 226 137 0 27 63 30 41 55 71
Binary 11000010 10010110 1011111 0 10111 110011 11000 100001 101101 111001

Color Harmonies of #C2965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2965F

Black with #C2965F

Text Example


Text Example

White with #C2965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2965F; }

 p { color: rgb(194,150,95); }

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

background-color css

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

 a { background-color: rgb(194,150,95); }

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

border-color css

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

 span { border-color: rgb(194,150,95); }

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