#C60637

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

Shades of Cardinal #C60637

Tints of Cardinal #C60637

Color information

#C60637 (or 0xC60637) is unknown color: approx Cardinal. HEX triplet: C6, 06 and 37. RGB value is (198,6,55). Sum of RGB (Red+Green+Blue) = 198+6+55=259 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.45% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 198 - color contains mainly: red. Hex color #C60637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60637 is #39F9C8. Grayscale: #444444. Windows color (decimal): -3799497 or 3606214. OLE color: 3606214.

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

Color convert

RGB198655-
CMYK00.970.720.22
HSL344.69º94.12%40%-
HSV(B)344.69º96.97%77.65%-
XYZ24.0412.414.74-
YUV68.99120.11220.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 76.45%
GREEN value IS 6 (2.73% from 255) = 2.32%
BLUE value IS 55 (21.88% from 255) = 21.24%
R=76.45%
G=2.32%
B=21.24%

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
Decimal19865500.970.720.22344.6994.1240
HexC663706148161595e28
Octal30666701411102653113650
Binary11000110110110111011000011001000101101010110011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60637; }

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

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

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

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

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

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

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

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