Html Css Color HEX #C14771 Royal Heath

📋 copy color: '#C14771'

red 193 ◦ green 71 ◦ blue 113

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

Shades of Royal Heath #C14771

Tints of Royal Heath #C14771

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.83%

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

R = 51.19%
G = 18.83%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C14771 (or 0xC14771) is known color: Royal Heath. HEX triplet: C1, 47 and 71. RGB value is (193,71,113). Sum of RGB (Red+Green+Blue) = 193+71+113=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C14771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14771 is #3EB88E. Grayscale: #707070. Windows color (decimal): -4110479 or 7423937. OLE color: 7423937.

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

Color convert

RGB 193 71 113 -
CMYK 0 0.63 0.41 0.24
HSL 339.34º 0.5% 0.52% -
HSV(B) 339.34º 0.63% 0.76% -
XYZ 27.23 17.04 17.48 -
YUV 112.27 128.42 185.58 -
System Red Green Blue C M Y K H S L
Decimal 193 71 113 0 0.63 0.41 0.24 339.34 0.5 0.52
Hex C1 47 71 0 3F 29 18 153 32 34
Octal 301 107 161 0 77 51 30 523 62 64
Binary 11000001 1000111 1110001 0 111111 101001 11000 101010011 110010 110100

Color Harmonies of #C14771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14771

Black with #C14771

Text Example


Text Example

White with #C14771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14771; }

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

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

background-color css

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

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

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

border-color css

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

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

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