Html Css Color HEX #C14A71 Royal Heath

📋 copy color: '#C14A71'

red 193 ◦ green 74 ◦ blue 113

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

Shades of Royal Heath #C14A71

Tints of Royal Heath #C14A71

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.47%

 BLUE value IS 113 (44.53% from 255) = 29.74%

R = 50.79%
G = 19.47%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C14A71 (or 0xC14A71) is known color: Royal Heath. HEX triplet: C1, 4A and 71. RGB value is (193,74,113). Sum of RGB (Red+Green+Blue) = 193+74+113=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14A71 is #3EB58E. Grayscale: #717171. Windows color (decimal): -4109711 or 7424705. OLE color: 7424705.

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

Color convert

RGB 193 74 113 -
CMYK 0 0.62 0.41 0.24
HSL 340.34º 0.49% 0.52% -
HSV(B) 340.34º 0.62% 0.76% -
XYZ 27.42 17.43 17.54 -
YUV 114.03 127.42 184.33 -
System Red Green Blue C M Y K H S L
Decimal 193 74 113 0 0.62 0.41 0.24 340.34 0.49 0.52
Hex C1 4A 71 0 3E 29 18 154 31 34
Octal 301 112 161 0 76 51 30 524 61 64
Binary 11000001 1001010 1110001 0 111110 101001 11000 101010100 110001 110100

Color Harmonies of #C14A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14A71

Black with #C14A71

Text Example


Text Example

White with #C14A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14A71; }

 p { color: rgb(193,74,113); }

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

background-color css

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

 a { background-color: rgb(193,74,113); }

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

border-color css

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

 span { border-color: rgb(193,74,113); }

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