Html Css Color HEX #C2865A Twine

📋 copy color: '#C2865A'

red 194 ◦ green 134 ◦ blue 90

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

Shades of Twine #C2865A

Tints of Twine #C2865A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.53%

R = 46.41%
G = 32.06%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2865A (or 0xC2865A) is known color: Twine. HEX triplet: C2, 86 and 5A. RGB value is (194,134,90). Sum of RGB (Red+Green+Blue) = 194+134+90=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2865A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2865A is #3D79A5. Grayscale: #939393. Windows color (decimal): -4028838 or 5932738. OLE color: 5932738.

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

Color convert

RGB 194 134 90 -
CMYK 0 0.31 0.54 0.24
HSL 25.38º 0.46% 0.56% -
HSV(B) 25.38º 0.54% 0.76% -
XYZ 32.62 29.26 13.6 -
YUV 146.92 95.88 161.58 -
System Red Green Blue C M Y K H S L
Decimal 194 134 90 0 0.31 0.54 0.24 25.38 0.46 0.56
Hex C2 86 5A 0 1F 36 18 19 2E 38
Octal 302 206 132 0 37 66 30 31 56 70
Binary 11000010 10000110 1011010 0 11111 110110 11000 11001 101110 111000

Color Harmonies of #C2865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2865A

Black with #C2865A

Text Example


Text Example

White with #C2865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2865A; }

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

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

background-color css

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

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

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

border-color css

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

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

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