#C14175

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

Shades of Royal Heath #C14175

Tints of Royal Heath #C14175

Color information

#C14175 (or 0xC14175) is unknown color: approx Royal Heath. HEX triplet: C1, 41 and 75. RGB value is (193,65,117). Sum of RGB (Red+Green+Blue) = 193+65+117=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C14175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14175 is #3EBE8A. Grayscale: #6D6D6D. Windows color (decimal): -4112011 or 7684545. OLE color: 7684545.

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

Color convert

RGB19365117-
CMYK00.660.390.24
HSL335.62º50.79%50.59%-
HSV(B)335.62º66.32%75.69%-
XYZ27.0916.418.57-
YUV109.2132.41187.77-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.47%
GREEN value IS 65 (25.78% from 255) = 17.33%
BLUE value IS 117 (46.09% from 255) = 31.2%
R=51.47%
G=17.33%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936511700.660.390.24335.6250.7950.59
HexC1417504227181503333
Octal301101165010247305206363
Binary11000001100000111101010100001010011111000101010000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14175; }

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

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

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

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

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

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

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

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