Html Css Color HEX #C1527F Royal Heath

📋 copy color: '#C1527F'

red 193 ◦ green 82 ◦ blue 127

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

Shades of Royal Heath #C1527F

Tints of Royal Heath #C1527F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.59%

R = 48.01%
G = 20.4%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1527F (or 0xC1527F) is known color: Royal Heath. HEX triplet: C1, 52 and 7F. RGB value is (193,82,127). Sum of RGB (Red+Green+Blue) = 193+82+127=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C1527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1527F is #3EAD80. Grayscale: #787878. Windows color (decimal): -4107649 or 8344257. OLE color: 8344257.

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

Color convert

RGB 193 82 127 -
CMYK 0 0.58 0.34 0.24
HSL 335.68º 0.47% 0.54% -
HSV(B) 335.68º 0.58% 0.76% -
XYZ 28.84 18.9 22.21 -
YUV 120.32 131.77 179.84 -
System Red Green Blue C M Y K H S L
Decimal 193 82 127 0 0.58 0.34 0.24 335.68 0.47 0.54
Hex C1 52 7F 0 3A 22 18 150 2F 36
Octal 301 122 177 0 72 42 30 520 57 66
Binary 11000001 1010010 1111111 0 111010 100010 11000 101010000 101111 110110

Color Harmonies of #C1527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1527F

Black with #C1527F

Text Example


Text Example

White with #C1527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1527F; }

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

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

background-color css

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

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

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

border-color css

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

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

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