Html Css Color HEX #C98F56 Twine

📋 copy color: '#C98F56'

red 201 ◦ green 143 ◦ blue 86

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

Shades of Twine #C98F56

Tints of Twine #C98F56

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.26%

 BLUE value IS 86 (33.98% from 255) = 20%

R = 46.74%
G = 33.26%
B = 20%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C98F56 (or 0xC98F56) is known color: Twine. HEX triplet: C9, 8F and 56. RGB value is (201,143,86). Sum of RGB (Red+Green+Blue) = 201+143+86=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F56 is #3670A9. Grayscale: #9A9A9A. Windows color (decimal): -3567786 or 5672905. OLE color: 5672905.

HSL color Cylindrical-coordinate representation of color #C98F56: hue angle of 29.74º degrees, saturation: 0.52, 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 #C98F56 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 143 86 -
CMYK 0 0.29 0.57 0.21
HSL 29.74º 0.52% 0.56% -
HSV(B) 29.74º 0.57% 0.79% -
XYZ 35.59 32.73 13.25 -
YUV 153.84 89.72 161.63 -
System Red Green Blue C M Y K H S L
Decimal 201 143 86 0 0.29 0.57 0.21 29.74 0.52 0.56
Hex C9 8F 56 0 1D 39 15 1E 34 38
Octal 311 217 126 0 35 71 25 36 64 70
Binary 11001001 10001111 1010110 0 11101 111001 10101 11110 110100 111000

Color Harmonies of #C98F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98F56

Black with #C98F56

Text Example


Text Example

White with #C98F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98F56; }

 p { color: rgb(201,143,86); }

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

background-color css

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

 a { background-color: rgb(201,143,86); }

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

border-color css

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

 span { border-color: rgb(201,143,86); }

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