Html Css Color HEX #C98E4E Twine

📋 copy color: '#C98E4E'

red 201 ◦ green 142 ◦ blue 78

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

Shades of Twine #C98E4E

Tints of Twine #C98E4E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.73%

 BLUE value IS 78 (30.86% from 255) = 18.53%

R = 47.74%
G = 33.73%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C98E4E (or 0xC98E4E) is known color: Twine. HEX triplet: C9, 8E and 4E. RGB value is (201,142,78). Sum of RGB (Red+Green+Blue) = 201+142+78=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98E4E is #3671B1. Grayscale: #989898. Windows color (decimal): -3568050 or 5148361. OLE color: 5148361.

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

Color convert

RGB 201 142 78 -
CMYK 0 0.29 0.61 0.21
HSL 31.22º 0.53% 0.55% -
HSV(B) 31.22º 0.61% 0.79% -
XYZ 35.14 32.31 11.59 -
YUV 152.35 86.05 162.7 -
System Red Green Blue C M Y K H S L
Decimal 201 142 78 0 0.29 0.61 0.21 31.22 0.53 0.55
Hex C9 8E 4E 0 1D 3D 15 1F 35 37
Octal 311 216 116 0 35 75 25 37 65 67
Binary 11001001 10001110 1001110 0 11101 111101 10101 11111 110101 110111

Color Harmonies of #C98E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98E4E

Black with #C98E4E

Text Example


Text Example

White with #C98E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98E4E; }

 p { color: rgb(201,142,78); }

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

background-color css

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

 a { background-color: rgb(201,142,78); }

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

border-color css

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

 span { border-color: rgb(201,142,78); }

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