Html Css Color HEX #C98C4C Tussock

📋 copy color: '#C98C4C'

red 201 ◦ green 140 ◦ blue 76

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

Shades of Tussock #C98C4C

Tints of Tussock #C98C4C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.57%

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

R = 48.2%
G = 33.57%
B = 18.23%

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

#C98C4C (or 0xC98C4C) is known color: Tussock. HEX triplet: C9, 8C and 4C. RGB value is (201,140,76). Sum of RGB (Red+Green+Blue) = 201+140+76=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 76 (30.08% from 255 or 18.23% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98C4C is #3673B3. Grayscale: #979797. Windows color (decimal): -3568564 or 5016777. OLE color: 5016777.

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

Color convert

RGB 201 140 76 -
CMYK 0 0.30 0.62 0.21
HSL 30.72º 0.54% 0.54% -
HSV(B) 30.72º 0.62% 0.79% -
XYZ 34.77 31.7 11.12 -
YUV 150.94 85.71 163.7 -
System Red Green Blue C M Y K H S L
Decimal 201 140 76 0 0.30 0.62 0.21 30.72 0.54 0.54
Hex C9 8C 4C 0 1E 3E 15 1F 36 36
Octal 311 214 114 0 36 76 25 37 66 66
Binary 11001001 10001100 1001100 0 11110 111110 10101 11111 110110 110110

Color Harmonies of #C98C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98C4C

Black with #C98C4C

Text Example


Text Example

White with #C98C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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