#C13A6F

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

Shades of Royal Heath #C13A6F

Tints of Royal Heath #C13A6F

Color information

#C13A6F (or 0xC13A6F) is unknown color: approx Royal Heath. HEX triplet: C1, 3A and 6F. RGB value is (193,58,111). Sum of RGB (Red+Green+Blue) = 193+58+111=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13A6F is #3EC590. Grayscale: #686868. Windows color (decimal): -4113809 or 7289537. OLE color: 7289537.

HSL color Cylindrical-coordinate representation of color #C13A6F: hue angle of 336.44º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13A6F is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB19358111-
CMYK00.700.420.24
HSL336.44º53.78%49.22%-
HSV(B)336.44º69.95%75.69%-
XYZ26.3715.5116.64-
YUV104.41131.73191.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.31%
GREEN value IS 58 (23.05% from 255) = 16.02%
BLUE value IS 111 (43.75% from 255) = 30.66%
R=53.31%
G=16.02%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935811100.700.420.24336.4453.7849.22
HexC13A6F0462A181503631
Octal30172157010652305206661
Binary1100000111101011011110100011010101011000101010000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13A6F; }

 p { color: rgb(193,58,111); }

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

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

 a { background-color: rgb(193,58,111); }

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

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

 span { border-color: rgb(193,58,111); }

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