Html Css Color HEX #C14870 Royal Heath

📋 copy color: '#C14870'

red 193 ◦ green 72 ◦ blue 112

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

Shades of Royal Heath #C14870

Tints of Royal Heath #C14870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.1%

 BLUE value IS 112 (44.14% from 255) = 29.71%

R = 51.19%
G = 19.1%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C14870 (or 0xC14870) is known color: Royal Heath. HEX triplet: C1, 48 and 70. RGB value is (193,72,112). Sum of RGB (Red+Green+Blue) = 193+72+112=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C14870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14870 is #3EB78F. Grayscale: #707070. Windows color (decimal): -4110224 or 7358657. OLE color: 7358657.

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

Color convert

RGB 193 72 112 -
CMYK 0 0.63 0.42 0.24
HSL 340.17º 0.49% 0.52% -
HSV(B) 340.17º 0.63% 0.76% -
XYZ 27.23 17.14 17.2 -
YUV 112.74 127.59 185.25 -
System Red Green Blue C M Y K H S L
Decimal 193 72 112 0 0.63 0.42 0.24 340.17 0.49 0.52
Hex C1 48 70 0 3F 2A 18 154 31 34
Octal 301 110 160 0 77 52 30 524 61 64
Binary 11000001 1001000 1110000 0 111111 101010 11000 101010100 110001 110100

Color Harmonies of #C14870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14870

Black with #C14870

Text Example


Text Example

White with #C14870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14870; }

 p { color: rgb(193,72,112); }

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

background-color css

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

 a { background-color: rgb(193,72,112); }

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

border-color css

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

 span { border-color: rgb(193,72,112); }

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