Html Css Color HEX #C14972 Royal Heath

📋 copy color: '#C14972'

red 193 ◦ green 73 ◦ blue 114

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

Shades of Royal Heath #C14972

Tints of Royal Heath #C14972

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.21%

 BLUE value IS 114 (44.92% from 255) = 30%

R = 50.79%
G = 19.21%
B = 30%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C14972 (or 0xC14972) is known color: Royal Heath. HEX triplet: C1, 49 and 72. RGB value is (193,73,114). Sum of RGB (Red+Green+Blue) = 193+73+114=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C14972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14972 is #3EB68D. Grayscale: #717171. Windows color (decimal): -4109966 or 7489985. OLE color: 7489985.

HSL color Cylindrical-coordinate representation of color #C14972: hue angle of 339.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14972 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 73 114 -
CMYK 0 0.62 0.41 0.24
HSL 339.5º 0.49% 0.52% -
HSV(B) 339.5º 0.62% 0.76% -
XYZ 27.41 17.32 17.82 -
YUV 113.55 128.26 184.67 -
System Red Green Blue C M Y K H S L
Decimal 193 73 114 0 0.62 0.41 0.24 339.5 0.49 0.52
Hex C1 49 72 0 3E 29 18 154 31 34
Octal 301 111 162 0 76 51 30 524 61 64
Binary 11000001 1001001 1110010 0 111110 101001 11000 101010100 110001 110100

Color Harmonies of #C14972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14972

Black with #C14972

Text Example


Text Example

White with #C14972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14972; }

 p { color: rgb(193,73,114); }

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

background-color css

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

 a { background-color: rgb(193,73,114); }

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

border-color css

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

 span { border-color: rgb(193,73,114); }

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