Html Css Color HEX #C9944B Tussock

📋 copy color: '#C9944B'

red 201 ◦ green 148 ◦ blue 75

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

Shades of Tussock #C9944B

Tints of Tussock #C9944B

RGB

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

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

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

R = 47.41%
G = 34.91%
B = 17.69%

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

#C9944B (or 0xC9944B) is known color: Tussock. HEX triplet: C9, 94 and 4B. RGB value is (201,148,75). Sum of RGB (Red+Green+Blue) = 201+148+75=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9944B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9944B is #366BB4. Grayscale: #9B9B9B. Windows color (decimal): -3566517 or 4953289. OLE color: 4953289.

HSL color Cylindrical-coordinate representation of color #C9944B: hue angle of 34.76º 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 #C9944B is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 148 75 -
CMYK 0 0.26 0.63 0.21
HSL 34.76º 0.54% 0.54% -
HSV(B) 34.76º 0.63% 0.79% -
XYZ 35.95 34.11 11.34 -
YUV 155.53 82.56 160.44 -
System Red Green Blue C M Y K H S L
Decimal 201 148 75 0 0.26 0.63 0.21 34.76 0.54 0.54
Hex C9 94 4B 0 1A 3F 15 23 36 36
Octal 311 224 113 0 32 77 25 43 66 66
Binary 11001001 10010100 1001011 0 11010 111111 10101 100011 110110 110110

Color Harmonies of #C9944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9944B

Black with #C9944B

Text Example


Text Example

White with #C9944B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9944B; }

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

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

background-color css

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

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

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

border-color css

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

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

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