Html Css Color HEX #C2935F Twine

📋 copy color: '#C2935F'

red 194 ◦ green 147 ◦ blue 95

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

Shades of Twine #C2935F

Tints of Twine #C2935F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.72%

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

R = 44.5%
G = 33.72%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2935F (or 0xC2935F) is known color: Twine. HEX triplet: C2, 93 and 5F. RGB value is (194,147,95). Sum of RGB (Red+Green+Blue) = 194+147+95=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2935F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2935F is #3D6CA0. Grayscale: #9B9B9B. Windows color (decimal): -4025505 or 6263746. OLE color: 6263746.

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

Color convert

RGB 194 147 95 -
CMYK 0 0.24 0.51 0.24
HSL 31.52º 0.45% 0.57% -
HSV(B) 31.52º 0.51% 0.76% -
XYZ 34.75 33.16 15.4 -
YUV 155.13 94.07 155.73 -
System Red Green Blue C M Y K H S L
Decimal 194 147 95 0 0.24 0.51 0.24 31.52 0.45 0.57
Hex C2 93 5F 0 18 33 18 20 2D 39
Octal 302 223 137 0 30 63 30 40 55 71
Binary 11000010 10010011 1011111 0 11000 110011 11000 100000 101101 111001

Color Harmonies of #C2935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2935F

Black with #C2935F

Text Example


Text Example

White with #C2935F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2935F; }

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

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

background-color css

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

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

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

border-color css

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

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

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