#C0074B

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

Shades of Cardinal #C0074B

Tints of Cardinal #C0074B

Color information

#C0074B (or 0xC0074B) is unknown color: approx Cardinal. HEX triplet: C0, 07 and 4B. RGB value is (192,7,75). Sum of RGB (Red+Green+Blue) = 192+7+75=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C0074B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0074B is #3FF8B4. Grayscale: #454545. Windows color (decimal): -4192437 or 4917184. OLE color: 4917184.

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

Color convert

RGB192775-
CMYK00.960.610.25
HSL337.95º92.96%39.02%-
HSV(B)337.95º96.35%75.29%-
XYZ23.0811.877.73-
YUV70.07130.79214.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 70.07%
GREEN value IS 7 (3.12% from 255) = 2.55%
BLUE value IS 75 (29.69% from 255) = 27.37%
R=70.07%
G=2.55%
B=27.37%

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
Decimal19277500.960.610.25337.9592.9639.02
HexC074B0603D191525d27
Octal30071130140753152213547
Binary11000000111100101101100000111101110011010100101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0074B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0074B; }

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

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

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

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

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

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

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

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