#C3154E

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

Shades of Cardinal #C3154E

Tints of Cardinal #C3154E

Color information

#C3154E (or 0xC3154E) is unknown color: approx Cardinal. HEX triplet: C3, 15 and 4E. RGB value is (195,21,78). Sum of RGB (Red+Green+Blue) = 195+21+78=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C3154E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3154E is #3CEAB1. Grayscale: #4F4F4F. Windows color (decimal): -3992242 or 5117379. OLE color: 5117379.

HSL color Cylindrical-coordinate representation of color #C3154E: hue angle of 340.34º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3154E is Cyan = 0, Magento = 0.89, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB1952178-
CMYK00.890.60.24
HSL340.34º80.56%42.35%-
HSV(B)340.34º89.23%76.47%-
XYZ24.1512.698.38-
YUV79.52127.15210.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 66.33%
GREEN value IS 21 (8.59% from 255) = 7.14%
BLUE value IS 78 (30.86% from 255) = 26.53%
R=66.33%
G=7.14%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195217800.890.60.24340.3480.5642.35
HexC3154E0593C18154512a
Octal303251160131743052412152
Binary1100001110101100111001011001111100110001010101001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3154E; }

 p { color: rgb(195,21,78); }

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

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

 a { background-color: rgb(195,21,78); }

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

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

 span { border-color: rgb(195,21,78); }

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