#C14F7C

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

Shades of Royal Heath #C14F7C

Tints of Royal Heath #C14F7C

Color information

#C14F7C (or 0xC14F7C) is unknown color: approx Royal Heath. HEX triplet: C1, 4F and 7C. RGB value is (193,79,124). Sum of RGB (Red+Green+Blue) = 193+79+124=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14F7C is #3EB083. Grayscale: #767676. Windows color (decimal): -4108420 or 8146881. OLE color: 8146881.

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

Color convert

RGB19379124-
CMYK00.590.360.24
HSL336.32º47.9%53.33%-
HSV(B)336.32º59.07%75.69%-
XYZ28.4318.3821.12-
YUV118.22131.27181.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.74%
GREEN value IS 79 (31.25% from 255) = 19.95%
BLUE value IS 124 (48.83% from 255) = 31.31%
R=48.74%
G=19.95%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937912400.590.360.24336.3247.953.33
HexC14F7C03B24181503035
Octal30111717407344305206065
Binary1100000110011111111100011101110010011000101010000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14F7C; }

 p { color: rgb(193,79,124); }

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

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

 a { background-color: rgb(193,79,124); }

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

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

 span { border-color: rgb(193,79,124); }

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