Html Css Color HEX #C2885F Twine

📋 copy color: '#C2885F'

red 194 ◦ green 136 ◦ blue 95

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

Shades of Twine #C2885F

Tints of Twine #C2885F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.35%

R = 45.65%
G = 32%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2885F (or 0xC2885F) is known color: Twine. HEX triplet: C2, 88 and 5F. RGB value is (194,136,95). Sum of RGB (Red+Green+Blue) = 194+136+95=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C2885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2885F is #3D77A0. Grayscale: #949494. Windows color (decimal): -4028321 or 6260930. OLE color: 6260930.

HSL color Cylindrical-coordinate representation of color #C2885F: hue angle of 24.85º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2885F is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 136 95 -
CMYK 0 0.30 0.51 0.24
HSL 24.85º 0.45% 0.57% -
HSV(B) 24.85º 0.51% 0.76% -
XYZ 33.12 29.9 14.85 -
YUV 148.67 97.72 160.33 -
System Red Green Blue C M Y K H S L
Decimal 194 136 95 0 0.30 0.51 0.24 24.85 0.45 0.57
Hex C2 88 5F 0 1E 33 18 19 2D 39
Octal 302 210 137 0 36 63 30 31 55 71
Binary 11000010 10001000 1011111 0 11110 110011 11000 11001 101101 111001

Color Harmonies of #C2885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2885F

Black with #C2885F

Text Example


Text Example

White with #C2885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2885F; }

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

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

background-color css

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

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

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

border-color css

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

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

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