Html Css Color HEX #C5984F Tussock

📋 copy color: '#C5984F'

red 197 ◦ green 152 ◦ blue 79

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

Shades of Tussock #C5984F

Tints of Tussock #C5984F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.46%

R = 46.03%
G = 35.51%
B = 18.46%

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

#C5984F (or 0xC5984F) is known color: Tussock. HEX triplet: C5, 98 and 4F. RGB value is (197,152,79). Sum of RGB (Red+Green+Blue) = 197+152+79=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 79 (31.25% from 255 or 18.46% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C5984F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5984F is #3A67B0. Grayscale: #9D9D9D. Windows color (decimal): -3827633 or 5216453. OLE color: 5216453.

HSL color Cylindrical-coordinate representation of color #C5984F: hue angle of 37.12º degrees, saturation: 0.5, 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 #C5984F is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 152 79 -
CMYK 0 0.23 0.60 0.23
HSL 37.12º 0.5% 0.54% -
HSV(B) 37.12º 0.6% 0.77% -
XYZ 35.67 34.89 12.25 -
YUV 157.13 83.91 156.44 -
System Red Green Blue C M Y K H S L
Decimal 197 152 79 0 0.23 0.60 0.23 37.12 0.5 0.54
Hex C5 98 4F 0 17 3C 17 25 32 36
Octal 305 230 117 0 27 74 27 45 62 66
Binary 11000101 10011000 1001111 0 10111 111100 10111 100101 110010 110110

Color Harmonies of #C5984F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5984F

Black with #C5984F

Text Example


Text Example

White with #C5984F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5984F; }

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

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

background-color css

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

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

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

border-color css

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

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

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