#C1944F

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

Shades of Tussock #C1944F

Tints of Tussock #C1944F

Color information

#C1944F (or 0xC1944F) is unknown color: approx Tussock. HEX triplet: C1, 94 and 4F. RGB value is (193,148,79). Sum of RGB (Red+Green+Blue) = 193+148+79=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C1944F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1944F is #3E6BB0. Grayscale: #999999. Windows color (decimal): -4090801 or 5215425. OLE color: 5215425.

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

Color convert

RGB19314879-
CMYK00.230.590.24
HSL36.32º47.9%53.33%-
HSV(B)36.32º59.07%75.69%-
XYZ33.9933.0811.99-
YUV153.5985.91156.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.95%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 79 (31.25% from 255) = 18.81%
R=45.95%
G=35.24%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931487900.230.590.2436.3247.953.33
HexC1944F0173B18243035
Octal3012241170277330446065
Binary1100000110010100100111101011111101111000100100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1944F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1944F; }

 p { color: rgb(193,148,79); }

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

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

 a { background-color: rgb(193,148,79); }

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

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

 span { border-color: rgb(193,148,79); }

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