Html Css Color HEX #C9934C Tussock

📋 copy color: '#C9934C'

red 201 ◦ green 147 ◦ blue 76

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

Shades of Tussock #C9934C

Tints of Tussock #C9934C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.67%

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

R = 47.41%
G = 34.67%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9934C (or 0xC9934C) is known color: Tussock. HEX triplet: C9, 93 and 4C. RGB value is (201,147,76). Sum of RGB (Red+Green+Blue) = 201+147+76=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9934C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9934C is #366CB3. Grayscale: #9B9B9B. Windows color (decimal): -3566772 or 5018569. OLE color: 5018569.

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

Color convert

RGB 201 147 76 -
CMYK 0 0.27 0.62 0.21
HSL 34.08º 0.54% 0.54% -
HSV(B) 34.08º 0.62% 0.79% -
XYZ 35.83 33.81 11.47 -
YUV 155.05 83.39 160.77 -
System Red Green Blue C M Y K H S L
Decimal 201 147 76 0 0.27 0.62 0.21 34.08 0.54 0.54
Hex C9 93 4C 0 1B 3E 15 22 36 36
Octal 311 223 114 0 33 76 25 42 66 66
Binary 11001001 10010011 1001100 0 11011 111110 10101 100010 110110 110110

Color Harmonies of #C9934C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9934C

Black with #C9934C

Text Example


Text Example

White with #C9934C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9934C; }

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

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

background-color css

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

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

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

border-color css

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

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

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