Html Css Color HEX #C14470 Royal Heath

📋 copy color: '#C14470'

red 193 ◦ green 68 ◦ blue 112

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

Shades of Royal Heath #C14470

Tints of Royal Heath #C14470

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.23%

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

R = 51.74%
G = 18.23%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C14470 (or 0xC14470) is known color: Royal Heath. HEX triplet: C1, 44 and 70. RGB value is (193,68,112). Sum of RGB (Red+Green+Blue) = 193+68+112=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C14470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14470 is #3EBB8F. Grayscale: #6E6E6E. Windows color (decimal): -4111248 or 7357633. OLE color: 7357633.

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

Color convert

RGB 193 68 112 -
CMYK 0 0.65 0.42 0.24
HSL 338.88º 0.5% 0.51% -
HSV(B) 338.88º 0.65% 0.76% -
XYZ 26.98 16.64 17.12 -
YUV 110.39 128.91 186.92 -
System Red Green Blue C M Y K H S L
Decimal 193 68 112 0 0.65 0.42 0.24 338.88 0.5 0.51
Hex C1 44 70 0 41 2A 18 153 32 33
Octal 301 104 160 0 101 52 30 523 62 63
Binary 11000001 1000100 1110000 0 1000001 101010 11000 101010011 110010 110011

Color Harmonies of #C14470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14470

Black with #C14470

Text Example


Text Example

White with #C14470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14470; }

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

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

background-color css

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

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

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

border-color css

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

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

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