#C20044

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

Shades of Cardinal #C20044

Tints of Cardinal #C20044

Color information

#C20044 (or 0xC20044) is unknown color: approx Cardinal. HEX triplet: C2, 00 and 44. RGB value is (194,0,68). Sum of RGB (Red+Green+Blue) = 194+0+68=262 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.05% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 194 - color contains mainly: red. Hex color #C20044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20044 is #3DFFBB. Grayscale: #414141. Windows color (decimal): -4063164 or 4456642. OLE color: 4456642.

HSL color Cylindrical-coordinate representation of color #C20044: hue angle of 338.97º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20044 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB194068-
CMYK010.650.24
HSL338.97º100%38.04%-
HSV(B)338.97º100%76.08%-
XYZ23.2911.896.54-
YUV65.76129.27219.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 74.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 25.95%
R=74.05%
G=0%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194068010.650.24338.9710038.04
HexC204406441181536426
Octal302010401441013052314446
Binary1100001001000100011001001000001110001010100111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20044; }

 p { color: rgb(194,0,68); }

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

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

 a { background-color: rgb(194,0,68); }

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

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

 span { border-color: rgb(194,0,68); }

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