#C8134D

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

Shades of Cardinal #C8134D

Tints of Cardinal #C8134D

Color information

#C8134D (or 0xC8134D) is unknown color: approx Cardinal. HEX triplet: C8, 13 and 4D. RGB value is (200,19,77). Sum of RGB (Red+Green+Blue) = 200+19+77=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C8134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8134D is #37ECB2. Grayscale: #4F4F4F. Windows color (decimal): -3665075 or 5051336. OLE color: 5051336.

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

Color convert

RGB2001977-
CMYK00.900.620.22
HSL340.77º82.65%42.94%-
HSV(B)340.77º90.5%78.43%-
XYZ25.3913.288.25-
YUV79.73126.47213.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 67.57%
GREEN value IS 19 (7.81% from 255) = 6.42%
BLUE value IS 77 (30.47% from 255) = 26.01%
R=67.57%
G=6.42%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200197700.900.620.22340.7782.6542.94
HexC8134D05A3E16155532b
Octal310231150132762652512353
Binary1100100010011100110101011010111110101101010101011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8134D; }

 p { color: rgb(200,19,77); }

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

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

 a { background-color: rgb(200,19,77); }

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

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

 span { border-color: rgb(200,19,77); }

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