#C1417B

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

Shades of Royal Heath #C1417B

Tints of Royal Heath #C1417B

Color information

#C1417B (or 0xC1417B) is unknown color: approx Royal Heath. HEX triplet: C1, 41 and 7B. RGB value is (193,65,123). Sum of RGB (Red+Green+Blue) = 193+65+123=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C1417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1417B is #3EBE84. Grayscale: #6D6D6D. Windows color (decimal): -4112005 or 8077761. OLE color: 8077761.

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

Color convert

RGB19365123-
CMYK00.660.360.24
HSL332.81º50.79%50.59%-
HSV(B)332.81º66.32%75.69%-
XYZ27.4616.5520.49-
YUV109.88135.41187.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.66%
GREEN value IS 65 (25.78% from 255) = 17.06%
BLUE value IS 123 (48.44% from 255) = 32.28%
R=50.66%
G=17.06%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936512300.660.360.24332.8150.7950.59
HexC1417B042241814d3333
Octal301101173010244305156363
Binary11000001100000111110110100001010010011000101001101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1417B; }

 p { color: rgb(193,65,123); }

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

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

 a { background-color: rgb(193,65,123); }

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

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

 span { border-color: rgb(193,65,123); }

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