Html Css Color HEX #C15478 Royal Heath

📋 copy color: '#C15478'

red 193 ◦ green 84 ◦ blue 120

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

Shades of Royal Heath #C15478

Tints of Royal Heath #C15478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.16%

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

R = 48.61%
G = 21.16%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C15478 (or 0xC15478) is known color: Royal Heath. HEX triplet: C1, 54 and 78. RGB value is (193,84,120). Sum of RGB (Red+Green+Blue) = 193+84+120=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C15478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15478 is #3EAB87. Grayscale: #787878. Windows color (decimal): -4107144 or 7886017. OLE color: 7886017.

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

Color convert

RGB 193 84 120 -
CMYK 0 0.56 0.38 0.24
HSL 340.18º 0.47% 0.54% -
HSV(B) 340.18º 0.56% 0.76% -
XYZ 28.55 19.03 19.94 -
YUV 120.7 127.61 179.57 -
System Red Green Blue C M Y K H S L
Decimal 193 84 120 0 0.56 0.38 0.24 340.18 0.47 0.54
Hex C1 54 78 0 38 26 18 154 2F 36
Octal 301 124 170 0 70 46 30 524 57 66
Binary 11000001 1010100 1111000 0 111000 100110 11000 101010100 101111 110110

Color Harmonies of #C15478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15478

Black with #C15478

Text Example


Text Example

White with #C15478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15478; }

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

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

background-color css

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

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

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

border-color css

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

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

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