#C61045

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

Shades of Cardinal #C61045

Tints of Cardinal #C61045

Color information

#C61045 (or 0xC61045) is unknown color: approx Cardinal. HEX triplet: C6, 10 and 45. RGB value is (198,16,69). Sum of RGB (Red+Green+Blue) = 198+16+69=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C61045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61045 is #39EFBA. Grayscale: #4C4C4C. Windows color (decimal): -3796923 or 4526278. OLE color: 4526278.

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

Color convert

RGB1981669-
CMYK00.920.650.22
HSL342.53º85.05%41.96%-
HSV(B)342.53º91.92%77.65%-
XYZ24.5512.816.81-
YUV76.46123.8214.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 69.96%
GREEN value IS 16 (6.64% from 255) = 5.65%
BLUE value IS 69 (27.34% from 255) = 24.38%
R=69.96%
G=5.65%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198166900.920.650.22342.5385.0541.96
HexC6104505C4116157552a
Octal3062010501341012652712552
Binary11000110100001000101010111001000001101101010101111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61045; }

 p { color: rgb(198,16,69); }

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

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

 a { background-color: rgb(198,16,69); }

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

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

 span { border-color: rgb(198,16,69); }

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