Html Css Color HEX #C98D4F Twine

📋 copy color: '#C98D4F'

red 201 ◦ green 141 ◦ blue 79

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

Shades of Twine #C98D4F

Tints of Twine #C98D4F

RGB

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

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

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

R = 47.74%
G = 33.49%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C98D4F (or 0xC98D4F) is known color: Twine. HEX triplet: C9, 8D and 4F. RGB value is (201,141,79). Sum of RGB (Red+Green+Blue) = 201+141+79=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98D4F is #3672B0. Grayscale: #989898. Windows color (decimal): -3568305 or 5213641. OLE color: 5213641.

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

Color convert

RGB 201 141 79 -
CMYK 0 0.30 0.61 0.21
HSL 30.49º 0.53% 0.55% -
HSV(B) 30.49º 0.61% 0.79% -
XYZ 35.02 32.03 11.73 -
YUV 151.87 86.88 163.04 -
System Red Green Blue C M Y K H S L
Decimal 201 141 79 0 0.30 0.61 0.21 30.49 0.53 0.55
Hex C9 8D 4F 0 1E 3D 15 1E 35 37
Octal 311 215 117 0 36 75 25 36 65 67
Binary 11001001 10001101 1001111 0 11110 111101 10101 11110 110101 110111

Color Harmonies of #C98D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98D4F

Black with #C98D4F

Text Example


Text Example

White with #C98D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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