Html Css Color HEX #C14772 Royal Heath

📋 copy color: '#C14772'

red 193 ◦ green 71 ◦ blue 114

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

Shades of Royal Heath #C14772

Tints of Royal Heath #C14772

RGB

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

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

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

R = 51.06%
G = 18.78%
B = 30.16%

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

#C14772 (or 0xC14772) is known color: Royal Heath. HEX triplet: C1, 47 and 72. RGB value is (193,71,114). Sum of RGB (Red+Green+Blue) = 193+71+114=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C14772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14772 is #3EB88D. Grayscale: #707070. Windows color (decimal): -4110478 or 7489473. OLE color: 7489473.

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

Color convert

RGB 193 71 114 -
CMYK 0 0.63 0.41 0.24
HSL 338.85º 0.5% 0.52% -
HSV(B) 338.85º 0.63% 0.76% -
XYZ 27.28 17.06 17.77 -
YUV 112.38 128.92 185.5 -
System Red Green Blue C M Y K H S L
Decimal 193 71 114 0 0.63 0.41 0.24 338.85 0.5 0.52
Hex C1 47 72 0 3F 29 18 153 32 34
Octal 301 107 162 0 77 51 30 523 62 64
Binary 11000001 1000111 1110010 0 111111 101001 11000 101010011 110010 110100

Color Harmonies of #C14772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14772

Black with #C14772

Text Example


Text Example

White with #C14772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14772; }

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

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

background-color css

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

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

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

border-color css

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

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

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