Html Css Color HEX #C1537C Royal Heath

📋 copy color: '#C1537C'

red 193 ◦ green 83 ◦ blue 124

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

Shades of Royal Heath #C1537C

Tints of Royal Heath #C1537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.75%

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

R = 48.25%
G = 20.75%
B = 31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1537C (or 0xC1537C) is known color: Royal Heath. HEX triplet: C1, 53 and 7C. RGB value is (193,83,124). Sum of RGB (Red+Green+Blue) = 193+83+124=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C1537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1537C is #3EAC83. Grayscale: #787878. Windows color (decimal): -4107396 or 8147905. OLE color: 8147905.

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

Color convert

RGB 193 83 124 -
CMYK 0 0.57 0.36 0.24
HSL 337.64º 0.47% 0.54% -
HSV(B) 337.64º 0.57% 0.76% -
XYZ 28.72 18.98 21.22 -
YUV 120.56 129.94 179.67 -
System Red Green Blue C M Y K H S L
Decimal 193 83 124 0 0.57 0.36 0.24 337.64 0.47 0.54
Hex C1 53 7C 0 39 24 18 152 2F 36
Octal 301 123 174 0 71 44 30 522 57 66
Binary 11000001 1010011 1111100 0 111001 100100 11000 101010010 101111 110110

Color Harmonies of #C1537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1537C

Black with #C1537C

Text Example


Text Example

White with #C1537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1537C; }

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

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

background-color css

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

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

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

border-color css

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

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

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