Html Css Color HEX #C1527C Royal Heath

📋 copy color: '#C1527C'

red 193 ◦ green 82 ◦ blue 124

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

Shades of Royal Heath #C1527C

Tints of Royal Heath #C1527C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.55%

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

R = 48.37%
G = 20.55%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1527C (or 0xC1527C) is known color: Royal Heath. HEX triplet: C1, 52 and 7C. RGB value is (193,82,124). Sum of RGB (Red+Green+Blue) = 193+82+124=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1527C is #3EAD83. Grayscale: #777777. Windows color (decimal): -4107652 or 8147649. OLE color: 8147649.

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

Color convert

RGB 193 82 124 -
CMYK 0 0.58 0.36 0.24
HSL 337.3º 0.47% 0.54% -
HSV(B) 337.3º 0.58% 0.76% -
XYZ 28.65 18.83 21.19 -
YUV 119.98 130.27 180.08 -
System Red Green Blue C M Y K H S L
Decimal 193 82 124 0 0.58 0.36 0.24 337.3 0.47 0.54
Hex C1 52 7C 0 3A 24 18 151 2F 36
Octal 301 122 174 0 72 44 30 521 57 66
Binary 11000001 1010010 1111100 0 111010 100100 11000 101010001 101111 110110

Color Harmonies of #C1527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1527C

Black with #C1527C

Text Example


Text Example

White with #C1527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1527C; }

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

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

background-color css

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

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

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

border-color css

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

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

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