Html Css Color HEX #C14477 Royal Heath

📋 copy color: '#C14477'

red 193 ◦ green 68 ◦ blue 119

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

Shades of Royal Heath #C14477

Tints of Royal Heath #C14477

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.89%

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

R = 50.79%
G = 17.89%
B = 31.32%

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

#C14477 (or 0xC14477) is known color: Royal Heath. HEX triplet: C1, 44 and 77. RGB value is (193,68,119). Sum of RGB (Red+Green+Blue) = 193+68+119=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C14477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14477 is #3EBB88. Grayscale: #6F6F6F. Windows color (decimal): -4111241 or 7816385. OLE color: 7816385.

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

Color convert

RGB 193 68 119 -
CMYK 0 0.65 0.38 0.24
HSL 335.52º 0.5% 0.51% -
HSV(B) 335.52º 0.65% 0.76% -
XYZ 27.39 16.8 19.25 -
YUV 111.19 132.41 186.35 -
System Red Green Blue C M Y K H S L
Decimal 193 68 119 0 0.65 0.38 0.24 335.52 0.5 0.51
Hex C1 44 77 0 41 26 18 150 32 33
Octal 301 104 167 0 101 46 30 520 62 63
Binary 11000001 1000100 1110111 0 1000001 100110 11000 101010000 110010 110011

Color Harmonies of #C14477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14477

Black with #C14477

Text Example


Text Example

White with #C14477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14477; }

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

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

background-color css

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

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

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

border-color css

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

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

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