Html Css Color HEX #C2884F Twine

📋 copy color: '#C2884F'

red 194 ◦ green 136 ◦ blue 79

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

Shades of Twine #C2884F

Tints of Twine #C2884F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.25%

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

R = 47.43%
G = 33.25%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2884F (or 0xC2884F) is known color: Twine. HEX triplet: C2, 88 and 4F. RGB value is (194,136,79). Sum of RGB (Red+Green+Blue) = 194+136+79=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C2884F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2884F is #3D77B0. Grayscale: #939393. Windows color (decimal): -4028337 or 5212354. OLE color: 5212354.

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

Color convert

RGB 194 136 79 -
CMYK 0 0.30 0.59 0.24
HSL 29.74º 0.49% 0.54% -
HSV(B) 29.74º 0.59% 0.76% -
XYZ 32.46 29.64 11.41 -
YUV 146.84 89.72 161.63 -
System Red Green Blue C M Y K H S L
Decimal 194 136 79 0 0.30 0.59 0.24 29.74 0.49 0.54
Hex C2 88 4F 0 1E 3B 18 1E 31 36
Octal 302 210 117 0 36 73 30 36 61 66
Binary 11000010 10001000 1001111 0 11110 111011 11000 11110 110001 110110

Color Harmonies of #C2884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2884F

Black with #C2884F

Text Example


Text Example

White with #C2884F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2884F; }

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

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

background-color css

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

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

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

border-color css

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

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

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