#C4094E

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

Shades of Cardinal #C4094E

Tints of Cardinal #C4094E

Color information

#C4094E (or 0xC4094E) is unknown color: approx Cardinal. HEX triplet: C4, 09 and 4E. RGB value is (196,9,78). Sum of RGB (Red+Green+Blue) = 196+9+78=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C4094E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4094E is #3BF6B1. Grayscale: #484848. Windows color (decimal): -3929778 or 5114308. OLE color: 5114308.

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

Color convert

RGB196978-
CMYK00.950.600.23
HSL337.86º91.22%40.2%-
HSV(B)337.86º95.41%76.86%-
XYZ24.2412.488.34-
YUV72.78130.95215.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 69.26%
GREEN value IS 9 (3.91% from 255) = 3.18%
BLUE value IS 78 (30.86% from 255) = 27.56%
R=69.26%
G=3.18%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19697800.950.600.23337.8691.2240.2
HexC494E05F3C171525b28
Octal304111160137742752213350
Binary110001001001100111001011111111100101111010100101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4094E; }

 p { color: rgb(196,9,78); }

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

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

 a { background-color: rgb(196,9,78); }

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

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

 span { border-color: rgb(196,9,78); }

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