Html Css Color HEX #C1557C Royal Heath

📋 copy color: '#C1557C'

red 193 ◦ green 85 ◦ blue 124

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

Shades of Royal Heath #C1557C

Tints of Royal Heath #C1557C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.14%

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

R = 48.01%
G = 21.14%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1557C (or 0xC1557C) is known color: Royal Heath. HEX triplet: C1, 55 and 7C. RGB value is (193,85,124). Sum of RGB (Red+Green+Blue) = 193+85+124=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C1557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1557C is #3EAA83. Grayscale: #797979. Windows color (decimal): -4106884 or 8148417. OLE color: 8148417.

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

Color convert

RGB 193 85 124 -
CMYK 0 0.56 0.36 0.24
HSL 338.33º 0.47% 0.55% -
HSV(B) 338.33º 0.56% 0.76% -
XYZ 28.88 19.29 21.27 -
YUV 121.74 129.28 178.83 -
System Red Green Blue C M Y K H S L
Decimal 193 85 124 0 0.56 0.36 0.24 338.33 0.47 0.55
Hex C1 55 7C 0 38 24 18 152 2F 37
Octal 301 125 174 0 70 44 30 522 57 67
Binary 11000001 1010101 1111100 0 111000 100100 11000 101010010 101111 110111

Color Harmonies of #C1557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1557C

Black with #C1557C

Text Example


Text Example

White with #C1557C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1557C; }

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

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

background-color css

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

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

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

border-color css

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

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

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