Html Css Color HEX #C1577A Royal Heath

📋 copy color: '#C1577A'

red 193 ◦ green 87 ◦ blue 122

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

Shades of Royal Heath #C1577A

Tints of Royal Heath #C1577A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.64%

 BLUE value IS 122 (48.05% from 255) = 30.35%

R = 48.01%
G = 21.64%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C1577A (or 0xC1577A) is known color: Royal Heath. HEX triplet: C1, 57 and 7A. RGB value is (193,87,122). Sum of RGB (Red+Green+Blue) = 193+87+122=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C1577A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1577A is #3EA885. Grayscale: #7A7A7A. Windows color (decimal): -4106374 or 8017857. OLE color: 8017857.

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

Color convert

RGB 193 87 122 -
CMYK 0 0.55 0.37 0.24
HSL 340.19º 0.46% 0.55% -
HSV(B) 340.19º 0.55% 0.76% -
XYZ 28.91 19.56 20.66 -
YUV 122.68 127.62 178.15 -
System Red Green Blue C M Y K H S L
Decimal 193 87 122 0 0.55 0.37 0.24 340.19 0.46 0.55
Hex C1 57 7A 0 37 25 18 154 2E 37
Octal 301 127 172 0 67 45 30 524 56 67
Binary 11000001 1010111 1111010 0 110111 100101 11000 101010100 101110 110111

Color Harmonies of #C1577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1577A

Black with #C1577A

Text Example


Text Example

White with #C1577A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1577A; }

 p { color: rgb(193,87,122); }

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

background-color css

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

 a { background-color: rgb(193,87,122); }

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

border-color css

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

 span { border-color: rgb(193,87,122); }

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