Html Css Color HEX #C14979 Royal Heath

📋 copy color: '#C14979'

red 193 ◦ green 73 ◦ blue 121

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

Shades of Royal Heath #C14979

Tints of Royal Heath #C14979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.27%

R = 49.87%
G = 18.86%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C14979 (or 0xC14979) is known color: Royal Heath. HEX triplet: C1, 49 and 79. RGB value is (193,73,121). Sum of RGB (Red+Green+Blue) = 193+73+121=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C14979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14979 is #3EB686. Grayscale: #727272. Windows color (decimal): -4109959 or 7948737. OLE color: 7948737.

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

Color convert

RGB 193 73 121 -
CMYK 0 0.62 0.37 0.24
HSL 336º 0.49% 0.52% -
HSV(B) 336º 0.62% 0.76% -
XYZ 27.83 17.48 20 -
YUV 114.35 131.76 184.1 -
System Red Green Blue C M Y K H S L
Decimal 193 73 121 0 0.62 0.37 0.24 336 0.49 0.52
Hex C1 49 79 0 3E 25 18 150 31 34
Octal 301 111 171 0 76 45 30 520 61 64
Binary 11000001 1001001 1111001 0 111110 100101 11000 101010000 110001 110100

Color Harmonies of #C14979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14979

Black with #C14979

Text Example


Text Example

White with #C14979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14979; }

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

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

background-color css

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

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

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

border-color css

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

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

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