Html Css Color HEX #C98D4C Tussock

📋 copy color: '#C98D4C'

red 201 ◦ green 141 ◦ blue 76

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

Shades of Tussock #C98D4C

Tints of Tussock #C98D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.18%

R = 48.09%
G = 33.73%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C98D4C (or 0xC98D4C) is known color: Tussock. HEX triplet: C9, 8D and 4C. RGB value is (201,141,76). Sum of RGB (Red+Green+Blue) = 201+141+76=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98D4C is #3672B3. Grayscale: #979797. Windows color (decimal): -3568308 or 5017033. OLE color: 5017033.

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

Color convert

RGB 201 141 76 -
CMYK 0 0.30 0.62 0.21
HSL 31.2º 0.54% 0.54% -
HSV(B) 31.2º 0.62% 0.79% -
XYZ 34.92 31.99 11.17 -
YUV 151.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 201 141 76 0 0.30 0.62 0.21 31.2 0.54 0.54
Hex C9 8D 4C 0 1E 3E 15 1F 36 36
Octal 311 215 114 0 36 76 25 37 66 66
Binary 11001001 10001101 1001100 0 11110 111110 10101 11111 110110 110110

Color Harmonies of #C98D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98D4C

Black with #C98D4C

Text Example


Text Example

White with #C98D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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