Html Css Color HEX #C2895B Twine

📋 copy color: '#C2895B'

red 194 ◦ green 137 ◦ blue 91

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

Shades of Twine #C2895B

Tints of Twine #C2895B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.46%

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

R = 45.97%
G = 32.46%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2895B (or 0xC2895B) is known color: Twine. HEX triplet: C2, 89 and 5B. RGB value is (194,137,91). Sum of RGB (Red+Green+Blue) = 194+137+91=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2895B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2895B is #3D76A4. Grayscale: #959595. Windows color (decimal): -4028069 or 5999042. OLE color: 5999042.

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

Color convert

RGB 194 137 91 -
CMYK 0 0.29 0.53 0.24
HSL 26.8º 0.46% 0.56% -
HSV(B) 26.8º 0.53% 0.76% -
XYZ 33.08 30.12 13.97 -
YUV 148.8 95.38 160.24 -
System Red Green Blue C M Y K H S L
Decimal 194 137 91 0 0.29 0.53 0.24 26.8 0.46 0.56
Hex C2 89 5B 0 1D 35 18 1B 2E 38
Octal 302 211 133 0 35 65 30 33 56 70
Binary 11000010 10001001 1011011 0 11101 110101 11000 11011 101110 111000

Color Harmonies of #C2895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2895B

Black with #C2895B

Text Example


Text Example

White with #C2895B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2895B; }

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

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

background-color css

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

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

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

border-color css

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

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

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