#C13F74

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

Shades of Royal Heath #C13F74

Tints of Royal Heath #C13F74

Color information

#C13F74 (or 0xC13F74) is unknown color: approx Royal Heath. HEX triplet: C1, 3F and 74. RGB value is (193,63,116). Sum of RGB (Red+Green+Blue) = 193+63+116=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13F74 is #3EC08B. Grayscale: #6B6B6B. Windows color (decimal): -4112524 or 7618497. OLE color: 7618497.

HSL color Cylindrical-coordinate representation of color #C13F74: hue angle of 335.54º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C13F74 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB19363116-
CMYK00.670.400.24
HSL335.54º51.18%50.2%-
HSV(B)335.54º67.36%75.69%-
XYZ26.9216.1518.22-
YUV107.91132.57188.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.88%
GREEN value IS 63 (25% from 255) = 16.94%
BLUE value IS 116 (45.70% from 255) = 31.18%
R=51.88%
G=16.94%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936311600.670.400.24335.5451.1850.2
HexC13F7404328181503332
Octal30177164010350305206362
Binary1100000111111111101000100001110100011000101010000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13F74; }

 p { color: rgb(193,63,116); }

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

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

 a { background-color: rgb(193,63,116); }

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

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

 span { border-color: rgb(193,63,116); }

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