Html Css Color HEX #C14E7A Royal Heath

📋 copy color: '#C14E7A'

red 193 ◦ green 78 ◦ blue 122

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

Shades of Royal Heath #C14E7A

Tints of Royal Heath #C14E7A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.85%

 BLUE value IS 122 (48.05% from 255) = 31.04%

R = 49.11%
G = 19.85%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C14E7A (or 0xC14E7A) is known color: Royal Heath. HEX triplet: C1, 4E and 7A. RGB value is (193,78,122). Sum of RGB (Red+Green+Blue) = 193+78+122=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14E7A is #3EB185. Grayscale: #757575. Windows color (decimal): -4108678 or 8015553. OLE color: 8015553.

HSL color Cylindrical-coordinate representation of color #C14E7A: hue angle of 337.04º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C14E7A is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 78 122 -
CMYK 0 0.60 0.37 0.24
HSL 337.04º 0.48% 0.53% -
HSV(B) 337.04º 0.6% 0.76% -
XYZ 28.23 18.19 20.44 -
YUV 117.4 130.6 181.92 -
System Red Green Blue C M Y K H S L
Decimal 193 78 122 0 0.60 0.37 0.24 337.04 0.48 0.53
Hex C1 4E 7A 0 3C 25 18 151 30 35
Octal 301 116 172 0 74 45 30 521 60 65
Binary 11000001 1001110 1111010 0 111100 100101 11000 101010001 110000 110101

Color Harmonies of #C14E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14E7A

Black with #C14E7A

Text Example


Text Example

White with #C14E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14E7A; }

 p { color: rgb(193,78,122); }

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

background-color css

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

 a { background-color: rgb(193,78,122); }

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

border-color css

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

 span { border-color: rgb(193,78,122); }

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