Html Css Color HEX #C2965B Twine

📋 copy color: '#C2965B'

red 194 ◦ green 150 ◦ blue 91

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

Shades of Twine #C2965B

Tints of Twine #C2965B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.92%

R = 44.6%
G = 34.48%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2965B (or 0xC2965B) is known color: Twine. HEX triplet: C2, 96 and 5B. RGB value is (194,150,91). Sum of RGB (Red+Green+Blue) = 194+150+91=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2965B is #3D69A4. Grayscale: #9C9C9C. Windows color (decimal): -4024741 or 6002370. OLE color: 6002370.

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

Color convert

RGB 194 150 91 -
CMYK 0 0.23 0.53 0.24
HSL 34.37º 0.46% 0.56% -
HSV(B) 34.37º 0.53% 0.76% -
XYZ 35.04 34.04 14.62 -
YUV 156.43 91.08 154.8 -
System Red Green Blue C M Y K H S L
Decimal 194 150 91 0 0.23 0.53 0.24 34.37 0.46 0.56
Hex C2 96 5B 0 17 35 18 22 2E 38
Octal 302 226 133 0 27 65 30 42 56 70
Binary 11000010 10010110 1011011 0 10111 110101 11000 100010 101110 111000

Color Harmonies of #C2965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2965B

Black with #C2965B

Text Example


Text Example

White with #C2965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2965B; }

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

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

background-color css

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

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

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

border-color css

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

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

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