Html Css Color HEX #C2985F Twine

📋 copy color: '#C2985F'

red 194 ◦ green 152 ◦ blue 95

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

Shades of Twine #C2985F

Tints of Twine #C2985F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.47%

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

R = 43.99%
G = 34.47%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2985F (or 0xC2985F) is known color: Twine. HEX triplet: C2, 98 and 5F. RGB value is (194,152,95). Sum of RGB (Red+Green+Blue) = 194+152+95=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C2985F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2985F is #3D67A0. Grayscale: #9E9E9E. Windows color (decimal): -4024225 or 6265026. OLE color: 6265026.

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

Color convert

RGB 194 152 95 -
CMYK 0 0.22 0.51 0.24
HSL 34.55º 0.45% 0.57% -
HSV(B) 34.55º 0.51% 0.76% -
XYZ 35.54 34.75 15.66 -
YUV 158.06 92.41 153.63 -
System Red Green Blue C M Y K H S L
Decimal 194 152 95 0 0.22 0.51 0.24 34.55 0.45 0.57
Hex C2 98 5F 0 16 33 18 23 2D 39
Octal 302 230 137 0 26 63 30 43 55 71
Binary 11000010 10011000 1011111 0 10110 110011 11000 100011 101101 111001

Color Harmonies of #C2985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2985F

Black with #C2985F

Text Example


Text Example

White with #C2985F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2985F; }

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

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

background-color css

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

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

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

border-color css

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

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

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