Html Css Color HEX #C98D57 Twine

📋 copy color: '#C98D57'

red 201 ◦ green 141 ◦ blue 87

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

Shades of Twine #C98D57

Tints of Twine #C98D57

RGB

 RED value IS 201 (78.91% from 255) = 46.85%

 GREEN value IS 141 (55.47% from 255) = 32.87%

 BLUE value IS 87 (34.38% from 255) = 20.28%

R = 46.85%
G = 32.87%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C98D57 (or 0xC98D57) is known color: Twine. HEX triplet: C9, 8D and 57. RGB value is (201,141,87). Sum of RGB (Red+Green+Blue) = 201+141+87=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98D57 is #3672A8. Grayscale: #999999. Windows color (decimal): -3568297 or 5737929. OLE color: 5737929.

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

Color convert

RGB 201 141 87 -
CMYK 0 0.30 0.57 0.21
HSL 28.42º 0.51% 0.56% -
HSV(B) 28.42º 0.57% 0.79% -
XYZ 35.33 32.16 13.36 -
YUV 152.78 90.88 162.39 -
System Red Green Blue C M Y K H S L
Decimal 201 141 87 0 0.30 0.57 0.21 28.42 0.51 0.56
Hex C9 8D 57 0 1E 39 15 1C 33 38
Octal 311 215 127 0 36 71 25 34 63 70
Binary 11001001 10001101 1010111 0 11110 111001 10101 11100 110011 111000

Color Harmonies of #C98D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98D57

Black with #C98D57

Text Example


Text Example

White with #C98D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98D57; }

 p { color: rgb(201,141,87); }

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

background-color css

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

 a { background-color: rgb(201,141,87); }

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

border-color css

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

 span { border-color: rgb(201,141,87); }

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