Html Css Color HEX #C2915F Twine

📋 copy color: '#C2915F'

red 194 ◦ green 145 ◦ blue 95

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

Shades of Twine #C2915F

Tints of Twine #C2915F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.41%

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

R = 44.7%
G = 33.41%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2915F (or 0xC2915F) is known color: Twine. HEX triplet: C2, 91 and 5F. RGB value is (194,145,95). Sum of RGB (Red+Green+Blue) = 194+145+95=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2915F is #3D6EA0. Grayscale: #9A9A9A. Windows color (decimal): -4026017 or 6263234. OLE color: 6263234.

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

Color convert

RGB 194 145 95 -
CMYK 0 0.25 0.51 0.24
HSL 30.3º 0.45% 0.57% -
HSV(B) 30.3º 0.51% 0.76% -
XYZ 34.44 32.55 15.29 -
YUV 153.95 94.73 156.57 -
System Red Green Blue C M Y K H S L
Decimal 194 145 95 0 0.25 0.51 0.24 30.3 0.45 0.57
Hex C2 91 5F 0 19 33 18 1E 2D 39
Octal 302 221 137 0 31 63 30 36 55 71
Binary 11000010 10010001 1011111 0 11001 110011 11000 11110 101101 111001

Color Harmonies of #C2915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2915F

Black with #C2915F

Text Example


Text Example

White with #C2915F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2915F; }

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

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

background-color css

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

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

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

border-color css

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

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

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