#C4074D

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

Shades of Cardinal #C4074D

Tints of Cardinal #C4074D

Color information

#C4074D (or 0xC4074D) is unknown color: approx Cardinal. HEX triplet: C4, 07 and 4D. RGB value is (196,7,77). Sum of RGB (Red+Green+Blue) = 196+7+77=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C4074D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4074D is #3BF8B2. Grayscale: #474747. Windows color (decimal): -3930291 or 5048260. OLE color: 5048260.

HSL color Cylindrical-coordinate representation of color #C4074D: hue angle of 337.78º degrees, saturation: 0.93, 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 #C4074D is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB196777-
CMYK00.960.610.23
HSL337.78º93.1%39.8%-
HSV(B)337.78º96.43%76.86%-
XYZ24.1812.428.14-
YUV71.49131.12216.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 70%
GREEN value IS 7 (3.12% from 255) = 2.5%
BLUE value IS 77 (30.47% from 255) = 27.5%
R=70%
G=2.5%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19677700.960.610.23337.7893.139.8
HexC474D0603D171525d28
Octal30471150140752752213550
Binary11000100111100110101100000111101101111010100101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4074D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4074D; }

 p { color: rgb(196,7,77); }

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

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

 a { background-color: rgb(196,7,77); }

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

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

 span { border-color: rgb(196,7,77); }

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