#C14475

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

Shades of Royal Heath #C14475

Tints of Royal Heath #C14475

Color information

#C14475 (or 0xC14475) is unknown color: approx Royal Heath. HEX triplet: C1, 44 and 75. RGB value is (193,68,117). Sum of RGB (Red+Green+Blue) = 193+68+117=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C14475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14475 is #3EBB8A. Grayscale: #6E6E6E. Windows color (decimal): -4111243 or 7685313. OLE color: 7685313.

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

Color convert

RGB19368117-
CMYK00.650.390.24
HSL336.48º50.2%51.18%-
HSV(B)336.48º64.77%75.69%-
XYZ27.2716.7618.63-
YUV110.96131.41186.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.06%
GREEN value IS 68 (26.95% from 255) = 17.99%
BLUE value IS 117 (46.09% from 255) = 30.95%
R=51.06%
G=17.99%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936811700.650.390.24336.4850.251.18
HexC1447504127181503233
Octal301104165010147305206263
Binary11000001100010011101010100000110011111000101010000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14475; }

 p { color: rgb(193,68,117); }

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

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

 a { background-color: rgb(193,68,117); }

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

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

 span { border-color: rgb(193,68,117); }

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