#C0074A

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

Shades of Cardinal #C0074A

Tints of Cardinal #C0074A

Color information

#C0074A (or 0xC0074A) is unknown color: approx Cardinal. HEX triplet: C0, 07 and 4A. RGB value is (192,7,74). Sum of RGB (Red+Green+Blue) = 192+7+74=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C0074A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0074A is #3FF8B5. Grayscale: #454545. Windows color (decimal): -4192438 or 4851648. OLE color: 4851648.

HSL color Cylindrical-coordinate representation of color #C0074A: hue angle of 338.27º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0074A is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB192774-
CMYK00.960.610.25
HSL338.27º92.96%39.02%-
HSV(B)338.27º96.35%75.29%-
XYZ23.0511.857.55-
YUV69.95130.29215.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 70.33%
GREEN value IS 7 (3.12% from 255) = 2.56%
BLUE value IS 74 (29.30% from 255) = 27.11%
R=70.33%
G=2.56%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19277400.960.610.25338.2792.9639.02
HexC074A0603D191525d27
Octal30071120140753152213547
Binary11000000111100101001100000111101110011010100101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0074A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0074A; }

 p { color: rgb(192,7,74); }

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

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

 a { background-color: rgb(192,7,74); }

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

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

 span { border-color: rgb(192,7,74); }

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