Html Css Color HEX #C14570 Royal Heath

📋 copy color: '#C14570'

red 193 ◦ green 69 ◦ blue 112

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

Shades of Royal Heath #C14570

Tints of Royal Heath #C14570

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.45%

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

R = 51.6%
G = 18.45%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C14570 (or 0xC14570) is known color: Royal Heath. HEX triplet: C1, 45 and 70. RGB value is (193,69,112). Sum of RGB (Red+Green+Blue) = 193+69+112=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C14570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14570 is #3EBA8F. Grayscale: #6E6E6E. Windows color (decimal): -4110992 or 7357889. OLE color: 7357889.

HSL color Cylindrical-coordinate representation of color #C14570: hue angle of 339.19º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14570 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 69 112 -
CMYK 0 0.64 0.42 0.24
HSL 339.19º 0.5% 0.51% -
HSV(B) 339.19º 0.64% 0.76% -
XYZ 27.05 16.76 17.14 -
YUV 110.98 128.58 186.5 -
System Red Green Blue C M Y K H S L
Decimal 193 69 112 0 0.64 0.42 0.24 339.19 0.5 0.51
Hex C1 45 70 0 40 2A 18 153 32 33
Octal 301 105 160 0 100 52 30 523 62 63
Binary 11000001 1000101 1110000 0 1000000 101010 11000 101010011 110010 110011

Color Harmonies of #C14570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14570

Black with #C14570

Text Example


Text Example

White with #C14570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14570; }

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

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

background-color css

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

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

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

border-color css

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

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

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