Html Css Color HEX #C2865B Twine

📋 copy color: '#C2865B'

red 194 ◦ green 134 ◦ blue 91

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

Shades of Twine #C2865B

Tints of Twine #C2865B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.98%

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

R = 46.3%
G = 31.98%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2865B (or 0xC2865B) is known color: Twine. HEX triplet: C2, 86 and 5B. RGB value is (194,134,91). Sum of RGB (Red+Green+Blue) = 194+134+91=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2865B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2865B is #3D79A4. Grayscale: #939393. Windows color (decimal): -4028837 or 5998274. OLE color: 5998274.

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

Color convert

RGB 194 134 91 -
CMYK 0 0.31 0.53 0.24
HSL 25.05º 0.46% 0.56% -
HSV(B) 25.05º 0.53% 0.76% -
XYZ 32.66 29.27 13.83 -
YUV 147.04 96.38 161.5 -
System Red Green Blue C M Y K H S L
Decimal 194 134 91 0 0.31 0.53 0.24 25.05 0.46 0.56
Hex C2 86 5B 0 1F 35 18 19 2E 38
Octal 302 206 133 0 37 65 30 31 56 70
Binary 11000010 10000110 1011011 0 11111 110101 11000 11001 101110 111000

Color Harmonies of #C2865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2865B

Black with #C2865B

Text Example


Text Example

White with #C2865B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2865B; }

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

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

background-color css

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

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

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

border-color css

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

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

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