Html Css Color HEX #C1547E Royal Heath

📋 copy color: '#C1547E'

red 193 ◦ green 84 ◦ blue 126

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

Shades of Royal Heath #C1547E

Tints of Royal Heath #C1547E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.84%

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

R = 47.89%
G = 20.84%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1547E (or 0xC1547E) is known color: Royal Heath. HEX triplet: C1, 54 and 7E. RGB value is (193,84,126). Sum of RGB (Red+Green+Blue) = 193+84+126=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1547E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1547E is #3EAB81. Grayscale: #797979. Windows color (decimal): -4107138 or 8279233. OLE color: 8279233.

HSL color Cylindrical-coordinate representation of color #C1547E: hue angle of 336.88º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1547E is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 84 126 -
CMYK 0 0.56 0.35 0.24
HSL 336.88º 0.47% 0.54% -
HSV(B) 336.88º 0.56% 0.76% -
XYZ 28.93 19.18 21.92 -
YUV 121.38 130.61 179.08 -
System Red Green Blue C M Y K H S L
Decimal 193 84 126 0 0.56 0.35 0.24 336.88 0.47 0.54
Hex C1 54 7E 0 38 23 18 151 2F 36
Octal 301 124 176 0 70 43 30 521 57 66
Binary 11000001 1010100 1111110 0 111000 100011 11000 101010001 101111 110110

Color Harmonies of #C1547E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1547E

Black with #C1547E

Text Example


Text Example

White with #C1547E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1547E; }

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

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

background-color css

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

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

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

border-color css

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

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

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