Html Css Color HEX #C5984B Tussock

📋 copy color: '#C5984B'

red 197 ◦ green 152 ◦ blue 75

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

Shades of Tussock #C5984B

Tints of Tussock #C5984B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.69%

R = 46.46%
G = 35.85%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5984B (or 0xC5984B) is known color: Tussock. HEX triplet: C5, 98 and 4B. RGB value is (197,152,75). Sum of RGB (Red+Green+Blue) = 197+152+75=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5984B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5984B is #3A67B4. Grayscale: #9D9D9D. Windows color (decimal): -3827637 or 4954309. OLE color: 4954309.

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

Color convert

RGB 197 152 75 -
CMYK 0 0.23 0.62 0.23
HSL 37.87º 0.51% 0.53% -
HSV(B) 37.87º 0.62% 0.77% -
XYZ 35.52 34.83 11.51 -
YUV 156.68 81.91 156.76 -
System Red Green Blue C M Y K H S L
Decimal 197 152 75 0 0.23 0.62 0.23 37.87 0.51 0.53
Hex C5 98 4B 0 17 3E 17 26 33 35
Octal 305 230 113 0 27 76 27 46 63 65
Binary 11000101 10011000 1001011 0 10111 111110 10111 100110 110011 110101

Color Harmonies of #C5984B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5984B

Black with #C5984B

Text Example


Text Example

White with #C5984B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5984B; }

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

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

background-color css

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

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

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

border-color css

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

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

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