#CA1746

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

Shades of Cardinal #CA1746

Tints of Cardinal #CA1746

Color information

#CA1746 (or 0xCA1746) is unknown color: approx Cardinal. HEX triplet: CA, 17 and 46. RGB value is (202,23,70). Sum of RGB (Red+Green+Blue) = 202+23+70=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1746 is #35E8B9. Grayscale: #515151. Windows color (decimal): -3532986 or 4593610. OLE color: 4593610.

HSL color Cylindrical-coordinate representation of color #CA1746: hue angle of 344.25º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1746 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB2022370-
CMYK00.890.650.21
HSL344.25º79.56%44.12%-
HSV(B)344.25º88.61%79.22%-
XYZ25.7713.617.06-
YUV81.88121.3213.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 68.47%
GREEN value IS 23 (9.38% from 255) = 7.80%
BLUE value IS 70 (27.73% from 255) = 23.73%
R=68.47%
G=7.80%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202237000.890.650.21344.2579.5644.12
HexCA17460594115158502c
Octal3122710601311012553012054
Binary11001010101111000110010110011000001101011010110001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1746; }

 p { color: rgb(202,23,70); }

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

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

 a { background-color: rgb(202,23,70); }

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

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

 span { border-color: rgb(202,23,70); }

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