Html Css Color HEX #C14377 Royal Heath

📋 copy color: '#C14377'

red 193 ◦ green 67 ◦ blue 119

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

Shades of Royal Heath #C14377

Tints of Royal Heath #C14377

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.68%

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

R = 50.92%
G = 17.68%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C14377 (or 0xC14377) is known color: Royal Heath. HEX triplet: C1, 43 and 77. RGB value is (193,67,119). Sum of RGB (Red+Green+Blue) = 193+67+119=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C14377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14377 is #3EBC88. Grayscale: #6E6E6E. Windows color (decimal): -4111497 or 7816129. OLE color: 7816129.

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

Color convert

RGB 193 67 119 -
CMYK 0 0.65 0.38 0.24
HSL 335.24º 0.5% 0.51% -
HSV(B) 335.24º 0.65% 0.76% -
XYZ 27.33 16.68 19.23 -
YUV 110.6 132.74 186.77 -
System Red Green Blue C M Y K H S L
Decimal 193 67 119 0 0.65 0.38 0.24 335.24 0.5 0.51
Hex C1 43 77 0 41 26 18 14F 32 33
Octal 301 103 167 0 101 46 30 517 62 63
Binary 11000001 1000011 1110111 0 1000001 100110 11000 101001111 110010 110011

Color Harmonies of #C14377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14377

Black with #C14377

Text Example


Text Example

White with #C14377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14377; }

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

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

background-color css

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

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

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

border-color css

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

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

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