Html Css Color HEX #C14872 Royal Heath

📋 copy color: '#C14872'

red 193 ◦ green 72 ◦ blue 114

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

Shades of Royal Heath #C14872

Tints of Royal Heath #C14872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.08%

R = 50.92%
G = 19%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C14872 (or 0xC14872) is known color: Royal Heath. HEX triplet: C1, 48 and 72. RGB value is (193,72,114). Sum of RGB (Red+Green+Blue) = 193+72+114=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C14872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14872 is #3EB78D. Grayscale: #707070. Windows color (decimal): -4110222 or 7489729. OLE color: 7489729.

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

Color convert

RGB 193 72 114 -
CMYK 0 0.63 0.41 0.24
HSL 339.17º 0.49% 0.52% -
HSV(B) 339.17º 0.63% 0.76% -
XYZ 27.35 17.19 17.8 -
YUV 112.97 128.59 185.08 -
System Red Green Blue C M Y K H S L
Decimal 193 72 114 0 0.63 0.41 0.24 339.17 0.49 0.52
Hex C1 48 72 0 3F 29 18 153 31 34
Octal 301 110 162 0 77 51 30 523 61 64
Binary 11000001 1001000 1110010 0 111111 101001 11000 101010011 110001 110100

Color Harmonies of #C14872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14872

Black with #C14872

Text Example


Text Example

White with #C14872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14872; }

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

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

background-color css

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

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

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

border-color css

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

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

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