Html Css Color HEX #C1597E Royal Heath

📋 copy color: '#C1597E'

red 193 ◦ green 89 ◦ blue 126

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

Shades of Royal Heath #C1597E

Tints of Royal Heath #C1597E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.88%

R = 47.3%
G = 21.81%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1597E (or 0xC1597E) is known color: Royal Heath. HEX triplet: C1, 59 and 7E. RGB value is (193,89,126). Sum of RGB (Red+Green+Blue) = 193+89+126=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C1597E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1597E is #3EA681. Grayscale: #7C7C7C. Windows color (decimal): -4105858 or 8280513. OLE color: 8280513.

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

Color convert

RGB 193 89 126 -
CMYK 0 0.54 0.35 0.24
HSL 338.65º 0.46% 0.55% -
HSV(B) 338.65º 0.54% 0.76% -
XYZ 29.33 19.99 22.05 -
YUV 124.31 128.96 176.99 -
System Red Green Blue C M Y K H S L
Decimal 193 89 126 0 0.54 0.35 0.24 338.65 0.46 0.55
Hex C1 59 7E 0 36 23 18 153 2E 37
Octal 301 131 176 0 66 43 30 523 56 67
Binary 11000001 1011001 1111110 0 110110 100011 11000 101010011 101110 110111

Color Harmonies of #C1597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1597E

Black with #C1597E

Text Example


Text Example

White with #C1597E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1597E; }

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

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

background-color css

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

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

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

border-color css

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

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

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