Html Css Color HEX #C14573 Royal Heath

📋 copy color: '#C14573'

red 193 ◦ green 69 ◦ blue 115

#C14573
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #C14573

Tints of Royal Heath #C14573

RGB

 RED value IS 193 (75.78% from 255) = 51.19%

 GREEN value IS 69 (27.34% from 255) = 18.3%

 BLUE value IS 115 (45.31% from 255) = 30.5%

R = 51.19%
G = 18.3%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C14573 (or 0xC14573) is known color: Royal Heath. HEX triplet: C1, 45 and 73. RGB value is (193,69,115). Sum of RGB (Red+Green+Blue) = 193+69+115=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C14573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14573 is #3EBA8C. Grayscale: #6F6F6F. Windows color (decimal): -4110989 or 7554497. OLE color: 7554497.

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

Color convert

RGB 193 69 115 -
CMYK 0 0.64 0.40 0.24
HSL 337.74º 0.5% 0.51% -
HSV(B) 337.74º 0.64% 0.76% -
XYZ 27.21 16.83 18.03 -
YUV 111.32 130.08 186.26 -
System Red Green Blue C M Y K H S L
Decimal 193 69 115 0 0.64 0.40 0.24 337.74 0.5 0.51
Hex C1 45 73 0 40 28 18 152 32 33
Octal 301 105 163 0 100 50 30 522 62 63
Binary 11000001 1000101 1110011 0 1000000 101000 11000 101010010 110010 110011

Color Harmonies of #C14573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14573

Black with #C14573

Text Example


Text Example

White with #C14573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14573; }

 p { color: rgb(193,69,115); }

 H1.HeaderClassName
 {
   color: #C14573;
 }
 .AnyTagClassName
 {
   color: #C14573;
 }
</style>

background-color css

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

 a { background-color: rgb(193,69,115); }

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

border-color css

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

 span { border-color: rgb(193,69,115); }

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