Html Css Color HEX #C98E4C Tussock

📋 copy color: '#C98E4C'

red 201 ◦ green 142 ◦ blue 76

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

Shades of Tussock #C98E4C

Tints of Tussock #C98E4C

RGB

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

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

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

R = 47.97%
G = 33.89%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C98E4C (or 0xC98E4C) is known color: Tussock. HEX triplet: C9, 8E and 4C. RGB value is (201,142,76). Sum of RGB (Red+Green+Blue) = 201+142+76=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98E4C is #3671B3. Grayscale: #989898. Windows color (decimal): -3568052 or 5017289. OLE color: 5017289.

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

Color convert

RGB 201 142 76 -
CMYK 0 0.29 0.62 0.21
HSL 31.68º 0.54% 0.54% -
HSV(B) 31.68º 0.62% 0.79% -
XYZ 35.06 32.29 11.22 -
YUV 152.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 201 142 76 0 0.29 0.62 0.21 31.68 0.54 0.54
Hex C9 8E 4C 0 1D 3E 15 20 36 36
Octal 311 216 114 0 35 76 25 40 66 66
Binary 11001001 10001110 1001100 0 11101 111110 10101 100000 110110 110110

Color Harmonies of #C98E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98E4C

Black with #C98E4C

Text Example


Text Example

White with #C98E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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