#C5084B

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

Shades of Cardinal #C5084B

Tints of Cardinal #C5084B

Color information

#C5084B (or 0xC5084B) is unknown color: approx Cardinal. HEX triplet: C5, 08 and 4B. RGB value is (197,8,75). Sum of RGB (Red+Green+Blue) = 197+8+75=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C5084B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5084B is #3AF7B4. Grayscale: #484848. Windows color (decimal): -3864501 or 4917445. OLE color: 4917445.

HSL color Cylindrical-coordinate representation of color #C5084B: hue angle of 338.73º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5084B is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB197875-
CMYK00.960.620.23
HSL338.73º92.2%40.2%-
HSV(B)338.73º95.94%77.25%-
XYZ24.3812.557.79-
YUV72.15129.62217.05-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 70.36%
GREEN value IS 8 (3.52% from 255) = 2.86%
BLUE value IS 75 (29.69% from 255) = 26.79%
R=70.36%
G=2.86%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19787500.960.620.23338.7392.240.2
HexC584B0603E171535c28
Octal305101130140762752313450
Binary110001011000100101101100000111110101111010100111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5084B; }

 p { color: rgb(197,8,75); }

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

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

 a { background-color: rgb(197,8,75); }

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

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

 span { border-color: rgb(197,8,75); }

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