Html Css Color HEX #C5985F Twine

📋 copy color: '#C5985F'

red 197 ◦ green 152 ◦ blue 95

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

Shades of Twine #C5985F

Tints of Twine #C5985F

RGB

 RED value IS 197 (77.34% from 255) = 44.37%

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

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

R = 44.37%
G = 34.23%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5985F (or 0xC5985F) is known color: Twine. HEX triplet: C5, 98 and 5F. RGB value is (197,152,95). Sum of RGB (Red+Green+Blue) = 197+152+95=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C5985F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5985F is #3A67A0. Grayscale: #9F9F9F. Windows color (decimal): -3827617 or 6265029. OLE color: 6265029.

HSL color Cylindrical-coordinate representation of color #C5985F: hue angle of 33.53º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5985F is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 152 95 -
CMYK 0 0.23 0.52 0.23
HSL 33.53º 0.47% 0.57% -
HSV(B) 33.53º 0.52% 0.77% -
XYZ 36.32 35.15 15.7 -
YUV 158.96 91.91 155.13 -
System Red Green Blue C M Y K H S L
Decimal 197 152 95 0 0.23 0.52 0.23 33.53 0.47 0.57
Hex C5 98 5F 0 17 34 17 22 2F 39
Octal 305 230 137 0 27 64 27 42 57 71
Binary 11000101 10011000 1011111 0 10111 110100 10111 100010 101111 111001

Color Harmonies of #C5985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5985F

Black with #C5985F

Text Example


Text Example

White with #C5985F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5985F; }

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

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

background-color css

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

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

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

border-color css

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

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

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