#C1356E

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

Shades of Royal Heath #C1356E

Tints of Royal Heath #C1356E

Color information

#C1356E (or 0xC1356E) is unknown color: approx Royal Heath. HEX triplet: C1, 35 and 6E. RGB value is (193,53,110). Sum of RGB (Red+Green+Blue) = 193+53+110=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1356E is #3ECA91. Grayscale: #656565. Windows color (decimal): -4115090 or 7222721. OLE color: 7222721.

HSL color Cylindrical-coordinate representation of color #C1356E: hue angle of 335.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1356E is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB19353110-
CMYK00.730.430.24
HSL335.57º56.91%48.24%-
HSV(B)335.57º72.54%75.69%-
XYZ26.0815.0116.27-
YUV101.36132.88193.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.21%
GREEN value IS 53 (21.09% from 255) = 14.89%
BLUE value IS 110 (43.36% from 255) = 30.90%
R=54.21%
G=14.89%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935311000.730.430.24335.5756.9148.24
HexC1356E0492B181503930
Octal30165156011153305207160
Binary1100000111010111011100100100110101111000101010000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1356E; }

 p { color: rgb(193,53,110); }

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

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

 a { background-color: rgb(193,53,110); }

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

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

 span { border-color: rgb(193,53,110); }

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