Html Css Color HEX #C14770 Royal Heath

📋 copy color: '#C14770'

red 193 ◦ green 71 ◦ blue 112

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

Shades of Royal Heath #C14770

Tints of Royal Heath #C14770

RGB

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

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

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

R = 51.33%
G = 18.88%
B = 29.79%

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

#C14770 (or 0xC14770) is known color: Royal Heath. HEX triplet: C1, 47 and 70. RGB value is (193,71,112). Sum of RGB (Red+Green+Blue) = 193+71+112=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C14770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14770 is #3EB88F. Grayscale: #707070. Windows color (decimal): -4110480 or 7358401. OLE color: 7358401.

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

Color convert

RGB 193 71 112 -
CMYK 0 0.63 0.42 0.24
HSL 339.84º 0.5% 0.52% -
HSV(B) 339.84º 0.63% 0.76% -
XYZ 27.17 17.01 17.18 -
YUV 112.15 127.92 185.67 -
System Red Green Blue C M Y K H S L
Decimal 193 71 112 0 0.63 0.42 0.24 339.84 0.5 0.52
Hex C1 47 70 0 3F 2A 18 154 32 34
Octal 301 107 160 0 77 52 30 524 62 64
Binary 11000001 1000111 1110000 0 111111 101010 11000 101010100 110010 110100

Color Harmonies of #C14770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14770

Black with #C14770

Text Example


Text Example

White with #C14770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14770; }

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

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

background-color css

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

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

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

border-color css

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

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

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