Html Css Color HEX #C2894F Twine

📋 copy color: '#C2894F'

red 194 ◦ green 137 ◦ blue 79

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

Shades of Twine #C2894F

Tints of Twine #C2894F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.27%

R = 47.32%
G = 33.41%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2894F (or 0xC2894F) is known color: Twine. HEX triplet: C2, 89 and 4F. RGB value is (194,137,79). Sum of RGB (Red+Green+Blue) = 194+137+79=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C2894F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2894F is #3D76B0. Grayscale: #939393. Windows color (decimal): -4028081 or 5212610. OLE color: 5212610.

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

Color convert

RGB 194 137 79 -
CMYK 0 0.29 0.59 0.24
HSL 30.26º 0.49% 0.54% -
HSV(B) 30.26º 0.59% 0.76% -
XYZ 32.61 29.93 11.45 -
YUV 147.43 89.38 161.22 -
System Red Green Blue C M Y K H S L
Decimal 194 137 79 0 0.29 0.59 0.24 30.26 0.49 0.54
Hex C2 89 4F 0 1D 3B 18 1E 31 36
Octal 302 211 117 0 35 73 30 36 61 66
Binary 11000010 10001001 1001111 0 11101 111011 11000 11110 110001 110110

Color Harmonies of #C2894F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2894F

Black with #C2894F

Text Example


Text Example

White with #C2894F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2894F; }

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

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

background-color css

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

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

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

border-color css

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

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

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