#C60634

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

Shades of Cardinal #C60634

Tints of Cardinal #C60634

Color information

#C60634 (or 0xC60634) is unknown color: approx Cardinal. HEX triplet: C6, 06 and 34. RGB value is (198,6,52). Sum of RGB (Red+Green+Blue) = 198+6+52=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C60634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60634 is #39F9CB. Grayscale: #444444. Windows color (decimal): -3799500 or 3409606. OLE color: 3409606.

HSL color Cylindrical-coordinate representation of color #C60634: hue angle of 345.62º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60634 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB198652-
CMYK00.970.740.22
HSL345.62º94.12%40%-
HSV(B)345.62º96.97%77.65%-
XYZ23.9712.384.38-
YUV68.65118.61220.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 77.34%
GREEN value IS 6 (2.73% from 255) = 2.34%
BLUE value IS 52 (20.70% from 255) = 20.31%
R=77.34%
G=2.34%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19865200.970.740.22345.6294.1240
HexC66340614A1615a5e28
Octal30666401411122653213650
Binary11000110110110100011000011001010101101010110101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60634; }

 p { color: rgb(198,6,52); }

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

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

 a { background-color: rgb(198,6,52); }

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

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

 span { border-color: rgb(198,6,52); }

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