Html Css Color HEX #C15779 Royal Heath

📋 copy color: '#C15779'

red 193 ◦ green 87 ◦ blue 121

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

Shades of Royal Heath #C15779

Tints of Royal Heath #C15779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.17%

R = 48.13%
G = 21.7%
B = 30.17%

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

#C15779 (or 0xC15779) is known color: Royal Heath. HEX triplet: C1, 57 and 79. RGB value is (193,87,121). Sum of RGB (Red+Green+Blue) = 193+87+121=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C15779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15779 is #3EA886. Grayscale: #7A7A7A. Windows color (decimal): -4106375 or 7952321. OLE color: 7952321.

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

Color convert

RGB 193 87 121 -
CMYK 0 0.55 0.37 0.24
HSL 340.75º 0.46% 0.55% -
HSV(B) 340.75º 0.55% 0.76% -
XYZ 28.85 19.53 20.34 -
YUV 122.57 127.12 178.24 -
System Red Green Blue C M Y K H S L
Decimal 193 87 121 0 0.55 0.37 0.24 340.75 0.46 0.55
Hex C1 57 79 0 37 25 18 155 2E 37
Octal 301 127 171 0 67 45 30 525 56 67
Binary 11000001 1010111 1111001 0 110111 100101 11000 101010101 101110 110111

Color Harmonies of #C15779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15779

Black with #C15779

Text Example


Text Example

White with #C15779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15779; }

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

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

background-color css

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

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

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

border-color css

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

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

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