Html Css Color HEX #C14371 Royal Heath

📋 copy color: '#C14371'

red 193 ◦ green 67 ◦ blue 113

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

Shades of Royal Heath #C14371

Tints of Royal Heath #C14371

RGB

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

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

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

R = 51.74%
G = 17.96%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C14371 (or 0xC14371) is known color: Royal Heath. HEX triplet: C1, 43 and 71. RGB value is (193,67,113). Sum of RGB (Red+Green+Blue) = 193+67+113=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C14371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14371 is #3EBC8E. Grayscale: #6D6D6D. Windows color (decimal): -4111503 or 7422913. OLE color: 7422913.

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

Color convert

RGB 193 67 113 -
CMYK 0 0.65 0.41 0.24
HSL 338.1º 0.5% 0.51% -
HSV(B) 338.1º 0.65% 0.76% -
XYZ 26.98 16.54 17.39 -
YUV 109.92 129.74 187.26 -
System Red Green Blue C M Y K H S L
Decimal 193 67 113 0 0.65 0.41 0.24 338.1 0.5 0.51
Hex C1 43 71 0 41 29 18 152 32 33
Octal 301 103 161 0 101 51 30 522 62 63
Binary 11000001 1000011 1110001 0 1000001 101001 11000 101010010 110010 110011

Color Harmonies of #C14371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14371

Black with #C14371

Text Example


Text Example

White with #C14371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14371; }

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

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

background-color css

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

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

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

border-color css

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

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

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