#C1934C

Color #C1934C Tussock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tussock #C1934C

Tints of Tussock #C1934C

Color information

#C1934C (or 0xC1934C) is unknown color: approx Tussock. HEX triplet: C1, 93 and 4C. RGB value is (193,147,76). Sum of RGB (Red+Green+Blue) = 193+147+76=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1934C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1934C is #3E6CB3. Grayscale: #989898. Windows color (decimal): -4091060 or 5018561. OLE color: 5018561.

HSL color Cylindrical-coordinate representation of color #C1934C: hue angle of 36.41º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1934C is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB19314776-
CMYK00.240.610.24
HSL36.41º48.55%52.75%-
HSV(B)36.41º60.62%75.69%-
XYZ33.7332.7311.38-
YUV152.6684.74156.77-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.39%
GREEN value IS 147 (57.81% from 255) = 35.34%
BLUE value IS 76 (30.08% from 255) = 18.27%
R=46.39%
G=35.34%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931477600.240.610.2436.4148.5552.75
HexC1934C0183D18243135
Octal3012231140307530446165
Binary1100000110010011100110001100011110111000100100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1934C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1934C; }

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

 H1.HeaderClassName
 {
   color: #C1934C;
 }
 .AnyTagClassName
 {
   color: #C1934C;
 }
</style>
background-color css

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

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

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

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

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

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