Html Css Color HEX #C1597C Royal Heath

📋 copy color: '#C1597C'

red 193 ◦ green 89 ◦ blue 124

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

Shades of Royal Heath #C1597C

Tints of Royal Heath #C1597C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.92%

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

R = 47.54%
G = 21.92%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1597C (or 0xC1597C) is known color: Royal Heath. HEX triplet: C1, 59 and 7C. RGB value is (193,89,124). Sum of RGB (Red+Green+Blue) = 193+89+124=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C1597C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1597C is #3EA683. Grayscale: #7C7C7C. Windows color (decimal): -4105860 or 8149441. OLE color: 8149441.

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

Color convert

RGB 193 89 124 -
CMYK 0 0.54 0.36 0.24
HSL 339.81º 0.46% 0.55% -
HSV(B) 339.81º 0.54% 0.76% -
XYZ 29.2 19.94 21.38 -
YUV 124.09 127.96 177.15 -
System Red Green Blue C M Y K H S L
Decimal 193 89 124 0 0.54 0.36 0.24 339.81 0.46 0.55
Hex C1 59 7C 0 36 24 18 154 2E 37
Octal 301 131 174 0 66 44 30 524 56 67
Binary 11000001 1011001 1111100 0 110110 100100 11000 101010100 101110 110111

Color Harmonies of #C1597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1597C

Black with #C1597C

Text Example


Text Example

White with #C1597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1597C; }

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

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

background-color css

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

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

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

border-color css

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

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

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