#C10042

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

Shades of Cardinal #C10042

Tints of Cardinal #C10042

Color information

#C10042 (or 0xC10042) is unknown color: approx Cardinal. HEX triplet: C1, 00 and 42. RGB value is (193,0,66). Sum of RGB (Red+Green+Blue) = 193+0+66=259 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.52% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 193 - color contains mainly: red. Hex color #C10042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10042 is #3EFFBD. Grayscale: #414141. Windows color (decimal): -4128702 or 4325569. OLE color: 4325569.

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

Color convert

RGB193066-
CMYK010.660.24
HSL339.48º100%37.84%-
HSV(B)339.48º100%75.69%-
XYZ22.9811.736.21-
YUV65.23128.44219.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 74.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=74.52%
G=0%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193066010.660.24339.4810037.84
HexC104206442181536426
Octal301010201441023052314446
Binary1100000101000010011001001000010110001010100111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10042; }

 p { color: rgb(193,0,66); }

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

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

 a { background-color: rgb(193,0,66); }

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

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

 span { border-color: rgb(193,0,66); }

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