Html Css Color HEX #C5984E Tussock

📋 copy color: '#C5984E'

red 197 ◦ green 152 ◦ blue 78

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

Shades of Tussock #C5984E

Tints of Tussock #C5984E

RGB

 RED value IS 197 (77.34% from 255) = 46.14%

 GREEN value IS 152 (59.77% from 255) = 35.6%

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

R = 46.14%
G = 35.6%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5984E (or 0xC5984E) is known color: Tussock. HEX triplet: C5, 98 and 4E. RGB value is (197,152,78). Sum of RGB (Red+Green+Blue) = 197+152+78=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 78 (30.86% from 255 or 18.27% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C5984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5984E is #3A67B1. Grayscale: #9D9D9D. Windows color (decimal): -3827634 or 5150917. OLE color: 5150917.

HSL color Cylindrical-coordinate representation of color #C5984E: hue angle of 37.31º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5984E is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 152 78 -
CMYK 0 0.23 0.60 0.23
HSL 37.31º 0.51% 0.54% -
HSV(B) 37.31º 0.6% 0.77% -
XYZ 35.63 34.88 12.06 -
YUV 157.02 83.41 156.52 -
System Red Green Blue C M Y K H S L
Decimal 197 152 78 0 0.23 0.60 0.23 37.31 0.51 0.54
Hex C5 98 4E 0 17 3C 17 25 33 36
Octal 305 230 116 0 27 74 27 45 63 66
Binary 11000101 10011000 1001110 0 10111 111100 10111 100101 110011 110110

Color Harmonies of #C5984E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5984E

Black with #C5984E

Text Example


Text Example

White with #C5984E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5984E; }

 p { color: rgb(197,152,78); }

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

background-color css

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

 a { background-color: rgb(197,152,78); }

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

border-color css

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

 span { border-color: rgb(197,152,78); }

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