Html Css Color HEX #C14978 Royal Heath

📋 copy color: '#C14978'

red 193 ◦ green 73 ◦ blue 120

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

Shades of Royal Heath #C14978

Tints of Royal Heath #C14978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.09%

R = 50%
G = 18.91%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C14978 (or 0xC14978) is known color: Royal Heath. HEX triplet: C1, 49 and 78. RGB value is (193,73,120). Sum of RGB (Red+Green+Blue) = 193+73+120=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C14978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14978 is #3EB687. Grayscale: #727272. Windows color (decimal): -4109960 or 7883201. OLE color: 7883201.

HSL color Cylindrical-coordinate representation of color #C14978: hue angle of 336.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 #C14978 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 73 120 -
CMYK 0 0.62 0.38 0.24
HSL 336.5º 0.49% 0.52% -
HSV(B) 336.5º 0.62% 0.76% -
XYZ 27.77 17.46 19.68 -
YUV 114.24 131.26 184.18 -
System Red Green Blue C M Y K H S L
Decimal 193 73 120 0 0.62 0.38 0.24 336.5 0.49 0.52
Hex C1 49 78 0 3E 26 18 150 31 34
Octal 301 111 170 0 76 46 30 520 61 64
Binary 11000001 1001001 1111000 0 111110 100110 11000 101010000 110001 110100

Color Harmonies of #C14978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14978

Black with #C14978

Text Example


Text Example

White with #C14978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14978; }

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

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

background-color css

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

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

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

border-color css

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

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

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