Html Css Color HEX #C14877 Royal Heath

📋 copy color: '#C14877'

red 193 ◦ green 72 ◦ blue 119

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

Shades of Royal Heath #C14877

Tints of Royal Heath #C14877

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.75%

 BLUE value IS 119 (46.88% from 255) = 30.99%

R = 50.26%
G = 18.75%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C14877 (or 0xC14877) is known color: Royal Heath. HEX triplet: C1, 48 and 77. RGB value is (193,72,119). Sum of RGB (Red+Green+Blue) = 193+72+119=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C14877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14877 is #3EB788. Grayscale: #717171. Windows color (decimal): -4110217 or 7817409. OLE color: 7817409.

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

Color convert

RGB 193 72 119 -
CMYK 0 0.63 0.38 0.24
HSL 336.69º 0.49% 0.52% -
HSV(B) 336.69º 0.63% 0.76% -
XYZ 27.64 17.3 19.34 -
YUV 113.54 131.09 184.68 -
System Red Green Blue C M Y K H S L
Decimal 193 72 119 0 0.63 0.38 0.24 336.69 0.49 0.52
Hex C1 48 77 0 3F 26 18 151 31 34
Octal 301 110 167 0 77 46 30 521 61 64
Binary 11000001 1001000 1110111 0 111111 100110 11000 101010001 110001 110100

Color Harmonies of #C14877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14877

Black with #C14877

Text Example


Text Example

White with #C14877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14877; }

 p { color: rgb(193,72,119); }

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

background-color css

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

 a { background-color: rgb(193,72,119); }

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

border-color css

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

 span { border-color: rgb(193,72,119); }

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