Html Css Color HEX #C1487C Royal Heath

📋 copy color: '#C1487C'

red 193 ◦ green 72 ◦ blue 124

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

Shades of Royal Heath #C1487C

Tints of Royal Heath #C1487C

RGB

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

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

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

R = 49.61%
G = 18.51%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1487C (or 0xC1487C) is known color: Royal Heath. HEX triplet: C1, 48 and 7C. RGB value is (193,72,124). Sum of RGB (Red+Green+Blue) = 193+72+124=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1487C is #3EB783. Grayscale: #727272. Windows color (decimal): -4110212 or 8145089. OLE color: 8145089.

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

Color convert

RGB 193 72 124 -
CMYK 0 0.63 0.36 0.24
HSL 334.21º 0.49% 0.52% -
HSV(B) 334.21º 0.63% 0.76% -
XYZ 27.95 17.43 20.96 -
YUV 114.11 133.59 184.27 -
System Red Green Blue C M Y K H S L
Decimal 193 72 124 0 0.63 0.36 0.24 334.21 0.49 0.52
Hex C1 48 7C 0 3F 24 18 14E 31 34
Octal 301 110 174 0 77 44 30 516 61 64
Binary 11000001 1001000 1111100 0 111111 100100 11000 101001110 110001 110100

Color Harmonies of #C1487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1487C

Black with #C1487C

Text Example


Text Example

White with #C1487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1487C; }

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

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

background-color css

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

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

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

border-color css

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

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

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