#C60638

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

Shades of Cardinal #C60638

Tints of Cardinal #C60638

Color information

#C60638 (or 0xC60638) is unknown color: approx Cardinal. HEX triplet: C6, 06 and 38. RGB value is (198,6,56). Sum of RGB (Red+Green+Blue) = 198+6+56=260 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.15% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 198 - color contains mainly: red. Hex color #C60638 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60638 is #39F9C7. Grayscale: #454545. Windows color (decimal): -3799496 or 3671750. OLE color: 3671750.

HSL color Cylindrical-coordinate representation of color #C60638: hue angle of 344.38º 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 #C60638 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB198656-
CMYK00.970.720.22
HSL344.38º94.12%40%-
HSV(B)344.38º96.97%77.65%-
XYZ24.0712.424.87-
YUV69.11120.61219.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 76.15%
GREEN value IS 6 (2.73% from 255) = 2.31%
BLUE value IS 56 (22.27% from 255) = 21.54%
R=76.15%
G=2.31%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19865600.970.720.22344.3894.1240
HexC663806148161585e28
Octal30667001411102653013650
Binary11000110110111000011000011001000101101010110001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60638; }

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

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

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

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

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

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

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

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