#C8114C

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

Shades of Cardinal #C8114C

Tints of Cardinal #C8114C

Color information

#C8114C (or 0xC8114C) is unknown color: approx Cardinal. HEX triplet: C8, 11 and 4C. RGB value is (200,17,76). Sum of RGB (Red+Green+Blue) = 200+17+76=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C8114C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8114C is #37EEB3. Grayscale: #4E4E4E. Windows color (decimal): -3665588 or 4985288. OLE color: 4985288.

HSL color Cylindrical-coordinate representation of color #C8114C: hue angle of 340.66º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8114C is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB2001776-
CMYK00.920.620.22
HSL340.66º84.33%42.55%-
HSV(B)340.66º91.5%78.43%-
XYZ25.3213.28.05-
YUV78.44126.63214.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 68.26%
GREEN value IS 17 (7.03% from 255) = 5.80%
BLUE value IS 76 (30.08% from 255) = 25.94%
R=68.26%
G=5.80%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200177600.920.620.22340.6684.3342.55
HexC8114C05C3E16155542b
Octal310211140134762652512453
Binary1100100010001100110001011100111110101101010101011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8114C; }

 p { color: rgb(200,17,76); }

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

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

 a { background-color: rgb(200,17,76); }

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

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

 span { border-color: rgb(200,17,76); }

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