Html Css Color HEX #C99549 Tussock

📋 copy color: '#C99549'

red 201 ◦ green 149 ◦ blue 73

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

Shades of Tussock #C99549

Tints of Tussock #C99549

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.22%

 BLUE value IS 73 (28.91% from 255) = 17.26%

R = 47.52%
G = 35.22%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C99549 (or 0xC99549) is known color: Tussock. HEX triplet: C9, 95 and 49. RGB value is (201,149,73). Sum of RGB (Red+Green+Blue) = 201+149+73=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C99549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99549 is #366AB6. Grayscale: #9C9C9C. Windows color (decimal): -3566263 or 4822473. OLE color: 4822473.

HSL color Cylindrical-coordinate representation of color #C99549: hue angle of 35.62º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C99549 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 149 73 -
CMYK 0 0.26 0.64 0.21
HSL 35.63º 0.54% 0.54% -
HSV(B) 35.63º 0.64% 0.79% -
XYZ 36.04 34.39 11.04 -
YUV 155.88 81.23 160.18 -
System Red Green Blue C M Y K H S L
Decimal 201 149 73 0 0.26 0.64 0.21 35.63 0.54 0.54
Hex C9 95 49 0 1A 40 15 24 36 36
Octal 311 225 111 0 32 100 25 44 66 66
Binary 11001001 10010101 1001001 0 11010 1000000 10101 100100 110110 110110

Color Harmonies of #C99549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99549

Black with #C99549

Text Example


Text Example

White with #C99549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99549; }

 p { color: rgb(201,149,73); }

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

background-color css

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

 a { background-color: rgb(201,149,73); }

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

border-color css

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

 span { border-color: rgb(201,149,73); }

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