#C4074C

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

Shades of Cardinal #C4074C

Tints of Cardinal #C4074C

Color information

#C4074C (or 0xC4074C) is unknown color: approx Cardinal. HEX triplet: C4, 07 and 4C. RGB value is (196,7,76). Sum of RGB (Red+Green+Blue) = 196+7+76=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C4074C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4074C is #3BF8B3. Grayscale: #474747. Windows color (decimal): -3930292 or 4982724. OLE color: 4982724.

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

Color convert

RGB196776-
CMYK00.960.610.23
HSL338.1º93.1%39.8%-
HSV(B)338.1º96.43%76.86%-
XYZ24.1512.417.96-
YUV71.38130.62216.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 70.25%
GREEN value IS 7 (3.12% from 255) = 2.51%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=70.25%
G=2.51%
B=27.24%

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
Decimal19677600.960.610.23338.193.139.8
HexC474C0603D171525d28
Octal30471140140752752213550
Binary11000100111100110001100000111101101111010100101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4074C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4074C; }

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

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

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

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

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

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

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

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