Html Css Color HEX #C9944C Tussock

📋 copy color: '#C9944C'

red 201 ◦ green 148 ◦ blue 76

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

Shades of Tussock #C9944C

Tints of Tussock #C9944C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.88%

R = 47.29%
G = 34.82%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9944C (or 0xC9944C) is known color: Tussock. HEX triplet: C9, 94 and 4C. RGB value is (201,148,76). Sum of RGB (Red+Green+Blue) = 201+148+76=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9944C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9944C is #366BB3. Grayscale: #9B9B9B. Windows color (decimal): -3566516 or 5018825. OLE color: 5018825.

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

Color convert

RGB 201 148 76 -
CMYK 0 0.26 0.62 0.21
HSL 34.56º 0.54% 0.54% -
HSV(B) 34.56º 0.62% 0.79% -
XYZ 35.98 34.12 11.53 -
YUV 155.64 83.06 160.35 -
System Red Green Blue C M Y K H S L
Decimal 201 148 76 0 0.26 0.62 0.21 34.56 0.54 0.54
Hex C9 94 4C 0 1A 3E 15 23 36 36
Octal 311 224 114 0 32 76 25 43 66 66
Binary 11001001 10010100 1001100 0 11010 111110 10101 100011 110110 110110

Color Harmonies of #C9944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9944C

Black with #C9944C

Text Example


Text Example

White with #C9944C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9944C; }

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

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

background-color css

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

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

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

border-color css

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

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

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