Html Css Color HEX #C15778 Royal Heath

📋 copy color: '#C15778'

red 193 ◦ green 87 ◦ blue 120

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

Shades of Royal Heath #C15778

Tints of Royal Heath #C15778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30%

R = 48.25%
G = 21.75%
B = 30%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C15778 (or 0xC15778) is known color: Royal Heath. HEX triplet: C1, 57 and 78. RGB value is (193,87,120). Sum of RGB (Red+Green+Blue) = 193+87+120=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C15778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15778 is #3EA887. Grayscale: #7A7A7A. Windows color (decimal): -4106376 or 7886785. OLE color: 7886785.

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

Color convert

RGB 193 87 120 -
CMYK 0 0.55 0.38 0.24
HSL 341.32º 0.46% 0.55% -
HSV(B) 341.32º 0.55% 0.76% -
XYZ 28.79 19.51 20.02 -
YUV 122.46 126.62 178.32 -
System Red Green Blue C M Y K H S L
Decimal 193 87 120 0 0.55 0.38 0.24 341.32 0.46 0.55
Hex C1 57 78 0 37 26 18 155 2E 37
Octal 301 127 170 0 67 46 30 525 56 67
Binary 11000001 1010111 1111000 0 110111 100110 11000 101010101 101110 110111

Color Harmonies of #C15778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15778

Black with #C15778

Text Example


Text Example

White with #C15778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15778; }

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

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

background-color css

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

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

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

border-color css

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

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

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