Html Css Color HEX #C14A7C Royal Heath

📋 copy color: '#C14A7C'

red 193 ◦ green 74 ◦ blue 124

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

Shades of Royal Heath #C14A7C

Tints of Royal Heath #C14A7C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.93%

 BLUE value IS 124 (48.83% from 255) = 31.71%

R = 49.36%
G = 18.93%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C14A7C (or 0xC14A7C) is known color: Royal Heath. HEX triplet: C1, 4A and 7C. RGB value is (193,74,124). Sum of RGB (Red+Green+Blue) = 193+74+124=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14A7C is #3EB583. Grayscale: #737373. Windows color (decimal): -4109700 or 8145601. OLE color: 8145601.

HSL color Cylindrical-coordinate representation of color #C14A7C: hue angle of 334.79º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14A7C is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 74 124 -
CMYK 0 0.62 0.36 0.24
HSL 334.79º 0.49% 0.52% -
HSV(B) 334.79º 0.62% 0.76% -
XYZ 28.08 17.69 21 -
YUV 115.28 132.92 183.43 -
System Red Green Blue C M Y K H S L
Decimal 193 74 124 0 0.62 0.36 0.24 334.79 0.49 0.52
Hex C1 4A 7C 0 3E 24 18 14F 31 34
Octal 301 112 174 0 76 44 30 517 61 64
Binary 11000001 1001010 1111100 0 111110 100100 11000 101001111 110001 110100

Color Harmonies of #C14A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14A7C

Black with #C14A7C

Text Example


Text Example

White with #C14A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14A7C; }

 p { color: rgb(193,74,124); }

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

background-color css

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

 a { background-color: rgb(193,74,124); }

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

border-color css

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

 span { border-color: rgb(193,74,124); }

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