Html Css Color HEX #C14973 Royal Heath

📋 copy color: '#C14973'

red 193 ◦ green 73 ◦ blue 115

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

Shades of Royal Heath #C14973

Tints of Royal Heath #C14973

RGB

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

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

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

R = 50.66%
G = 19.16%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C14973 (or 0xC14973) is known color: Royal Heath. HEX triplet: C1, 49 and 73. RGB value is (193,73,115). Sum of RGB (Red+Green+Blue) = 193+73+115=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C14973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14973 is #3EB68C. Grayscale: #717171. Windows color (decimal): -4109965 or 7555521. OLE color: 7555521.

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

Color convert

RGB 193 73 115 -
CMYK 0 0.62 0.40 0.24
HSL 339º 0.49% 0.52% -
HSV(B) 339º 0.62% 0.76% -
XYZ 27.47 17.34 18.12 -
YUV 113.67 128.76 184.58 -
System Red Green Blue C M Y K H S L
Decimal 193 73 115 0 0.62 0.40 0.24 339 0.49 0.52
Hex C1 49 73 0 3E 28 18 153 31 34
Octal 301 111 163 0 76 50 30 523 61 64
Binary 11000001 1001001 1110011 0 111110 101000 11000 101010011 110001 110100

Color Harmonies of #C14973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14973

Black with #C14973

Text Example


Text Example

White with #C14973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14973; }

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

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

background-color css

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

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

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

border-color css

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

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

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