#C3054C

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

Shades of Cardinal #C3054C

Tints of Cardinal #C3054C

Color information

#C3054C (or 0xC3054C) is unknown color: approx Cardinal. HEX triplet: C3, 05 and 4C. RGB value is (195,5,76). Sum of RGB (Red+Green+Blue) = 195+5+76=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C3054C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3054C is #3CFAB3. Grayscale: #454545. Windows color (decimal): -3996340 or 4982211. OLE color: 4982211.

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

Color convert

RGB195576-
CMYK00.970.610.24
HSL337.58º95%39.22%-
HSV(B)337.58º97.44%76.47%-
XYZ23.8612.237.94-
YUV69.9131.45217.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 70.65%
GREEN value IS 5 (2.34% from 255) = 1.81%
BLUE value IS 76 (30.08% from 255) = 27.54%
R=70.65%
G=1.81%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19557600.970.610.24337.589539.22
HexC354C0613D181525f27
Octal30351140141753052213747
Binary11000011101100110001100001111101110001010100101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3054C; }

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

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

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

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

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

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

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

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