Html Css Color HEX #C98A4D Twine

📋 copy color: '#C98A4D'

red 201 ◦ green 138 ◦ blue 77

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

Shades of Twine #C98A4D

Tints of Twine #C98A4D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.17%

 BLUE value IS 77 (30.47% from 255) = 18.51%

R = 48.32%
G = 33.17%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C98A4D (or 0xC98A4D) is known color: Twine. HEX triplet: C9, 8A and 4D. RGB value is (201,138,77). Sum of RGB (Red+Green+Blue) = 201+138+77=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98A4D is #3675B2. Grayscale: #969696. Windows color (decimal): -3569075 or 5081801. OLE color: 5081801.

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

Color convert

RGB 201 138 77 -
CMYK 0 0.31 0.62 0.21
HSL 29.52º 0.53% 0.55% -
HSV(B) 29.52º 0.62% 0.79% -
XYZ 34.52 31.13 11.21 -
YUV 149.88 86.87 164.46 -
System Red Green Blue C M Y K H S L
Decimal 201 138 77 0 0.31 0.62 0.21 29.52 0.53 0.55
Hex C9 8A 4D 0 1F 3E 15 1E 35 37
Octal 311 212 115 0 37 76 25 36 65 67
Binary 11001001 10001010 1001101 0 11111 111110 10101 11110 110101 110111

Color Harmonies of #C98A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98A4D

Black with #C98A4D

Text Example


Text Example

White with #C98A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98A4D; }

 p { color: rgb(201,138,77); }

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

background-color css

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

 a { background-color: rgb(201,138,77); }

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

border-color css

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

 span { border-color: rgb(201,138,77); }

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