#C3094C

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

Shades of Cardinal #C3094C

Tints of Cardinal #C3094C

Color information

#C3094C (or 0xC3094C) is unknown color: approx Cardinal. HEX triplet: C3, 09 and 4C. RGB value is (195,9,76). Sum of RGB (Red+Green+Blue) = 195+9+76=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C3094C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3094C is #3CF6B3. Grayscale: #484848. Windows color (decimal): -3995316 or 4983235. OLE color: 4983235.

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

Color convert

RGB195976-
CMYK00.950.610.24
HSL338.39º91.18%40%-
HSV(B)338.39º95.38%76.47%-
XYZ23.9112.327.96-
YUV72.25130.12215.55-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 69.64%
GREEN value IS 9 (3.91% from 255) = 3.21%
BLUE value IS 76 (30.08% from 255) = 27.14%
R=69.64%
G=3.21%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19597600.950.610.24338.3991.1840
HexC394C05F3D181525b28
Octal303111140137753052213350
Binary110000111001100110001011111111101110001010100101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3094C; }

 p { color: rgb(195,9,76); }

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

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

 a { background-color: rgb(195,9,76); }

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

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

 span { border-color: rgb(195,9,76); }

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