Html Css Color HEX #C2854E Twine

📋 copy color: '#C2854E'

red 194 ◦ green 133 ◦ blue 78

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

Shades of Twine #C2854E

Tints of Twine #C2854E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.84%

 BLUE value IS 78 (30.86% from 255) = 19.26%

R = 47.9%
G = 32.84%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2854E (or 0xC2854E) is known color: Twine. HEX triplet: C2, 85 and 4E. RGB value is (194,133,78). Sum of RGB (Red+Green+Blue) = 194+133+78=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2854E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2854E is #3D7AB1. Grayscale: #919191. Windows color (decimal): -4029106 or 5146050. OLE color: 5146050.

HSL color Cylindrical-coordinate representation of color #C2854E: hue angle of 28.45º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2854E is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 133 78 -
CMYK 0 0.31 0.60 0.24
HSL 28.45º 0.49% 0.53% -
HSV(B) 28.45º 0.6% 0.76% -
XYZ 32.01 28.79 11.08 -
YUV 144.97 90.21 162.97 -
System Red Green Blue C M Y K H S L
Decimal 194 133 78 0 0.31 0.60 0.24 28.45 0.49 0.53
Hex C2 85 4E 0 1F 3C 18 1C 31 35
Octal 302 205 116 0 37 74 30 34 61 65
Binary 11000010 10000101 1001110 0 11111 111100 11000 11100 110001 110101

Color Harmonies of #C2854E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2854E

Black with #C2854E

Text Example


Text Example

White with #C2854E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2854E; }

 p { color: rgb(194,133,78); }

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

background-color css

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

 a { background-color: rgb(194,133,78); }

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

border-color css

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

 span { border-color: rgb(194,133,78); }

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