Html Css Color HEX #C14E7E Royal Heath

📋 copy color: '#C14E7E'

red 193 ◦ green 78 ◦ blue 126

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

Shades of Royal Heath #C14E7E

Tints of Royal Heath #C14E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 48.61%
G = 19.65%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C14E7E (or 0xC14E7E) is known color: Royal Heath. HEX triplet: C1, 4E and 7E. RGB value is (193,78,126). Sum of RGB (Red+Green+Blue) = 193+78+126=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14E7E is #3EB181. Grayscale: #757575. Windows color (decimal): -4108674 or 8277697. OLE color: 8277697.

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

Color convert

RGB 193 78 126 -
CMYK 0 0.60 0.35 0.24
HSL 334.96º 0.48% 0.53% -
HSV(B) 334.96º 0.6% 0.76% -
XYZ 28.48 18.29 21.77 -
YUV 117.86 132.6 181.6 -
System Red Green Blue C M Y K H S L
Decimal 193 78 126 0 0.60 0.35 0.24 334.96 0.48 0.53
Hex C1 4E 7E 0 3C 23 18 14F 30 35
Octal 301 116 176 0 74 43 30 517 60 65
Binary 11000001 1001110 1111110 0 111100 100011 11000 101001111 110000 110101

Color Harmonies of #C14E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14E7E

Black with #C14E7E

Text Example


Text Example

White with #C14E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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