#C1426C

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

Shades of Royal Heath #C1426C

Tints of Royal Heath #C1426C

Color information

#C1426C (or 0xC1426C) is unknown color: approx Royal Heath. HEX triplet: C1, 42 and 6C. RGB value is (193,66,108). Sum of RGB (Red+Green+Blue) = 193+66+108=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C1426C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1426C is #3EBD93. Grayscale: #6C6C6C. Windows color (decimal): -4111764 or 7094977. OLE color: 7094977.

HSL color Cylindrical-coordinate representation of color #C1426C: hue angle of 340.16º 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 #C1426C is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB19366108-
CMYK00.660.440.24
HSL340.16º50.6%50.78%-
HSV(B)340.16º65.8%75.69%-
XYZ26.6516.3215.93-
YUV108.76127.58188.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.59%
GREEN value IS 66 (26.17% from 255) = 17.98%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=52.59%
G=17.98%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936610800.660.440.24340.1650.650.78
HexC1426C0422C181543333
Octal301102154010254305246363
Binary11000001100001011011000100001010110011000101010100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1426C; }

 p { color: rgb(193,66,108); }

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

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

 a { background-color: rgb(193,66,108); }

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

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

 span { border-color: rgb(193,66,108); }

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