Html Css Color HEX #C9944A Tussock

📋 copy color: '#C9944A'

red 201 ◦ green 148 ◦ blue 74

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

Shades of Tussock #C9944A

Tints of Tussock #C9944A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.99%

 BLUE value IS 74 (29.3% from 255) = 17.49%

R = 47.52%
G = 34.99%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9944A (or 0xC9944A) is known color: Tussock. HEX triplet: C9, 94 and 4A. RGB value is (201,148,74). Sum of RGB (Red+Green+Blue) = 201+148+74=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9944A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9944A is #366BB5. Grayscale: #9B9B9B. Windows color (decimal): -3566518 or 4887753. OLE color: 4887753.

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

Color convert

RGB 201 148 74 -
CMYK 0 0.26 0.63 0.21
HSL 34.96º 0.54% 0.54% -
HSV(B) 34.96º 0.63% 0.79% -
XYZ 35.91 34.09 11.17 -
YUV 155.41 82.06 160.52 -
System Red Green Blue C M Y K H S L
Decimal 201 148 74 0 0.26 0.63 0.21 34.96 0.54 0.54
Hex C9 94 4A 0 1A 3F 15 23 36 36
Octal 311 224 112 0 32 77 25 43 66 66
Binary 11001001 10010100 1001010 0 11010 111111 10101 100011 110110 110110

Color Harmonies of #C9944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9944A

Black with #C9944A

Text Example


Text Example

White with #C9944A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9944A; }

 p { color: rgb(201,148,74); }

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

background-color css

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

 a { background-color: rgb(201,148,74); }

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

border-color css

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

 span { border-color: rgb(201,148,74); }

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