#C1934B

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

Shades of Tussock #C1934B

Tints of Tussock #C1934B

Color information

#C1934B (or 0xC1934B) is unknown color: approx Tussock. HEX triplet: C1, 93 and 4B. RGB value is (193,147,75). Sum of RGB (Red+Green+Blue) = 193+147+75=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C1934B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1934B is #3E6CB4. Grayscale: #989898. Windows color (decimal): -4091061 or 4953025. OLE color: 4953025.

HSL color Cylindrical-coordinate representation of color #C1934B: hue angle of 36.61º 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 #C1934B is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB19314775-
CMYK00.240.610.24
HSL36.61º48.76%52.55%-
HSV(B)36.61º61.14%75.69%-
XYZ33.732.7111.19-
YUV152.5584.24156.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.51%
GREEN value IS 147 (57.81% from 255) = 35.42%
BLUE value IS 75 (29.69% from 255) = 18.07%
R=46.51%
G=35.42%
B=18.07%

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
Decimal1931477500.240.610.2436.6148.7652.55
HexC1934B0183D18253135
Octal3012231130307530456165
Binary1100000110010011100101101100011110111000100101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1934B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1934B; }

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

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

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

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

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

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

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

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