Html Css Color HEX #C15477 Royal Heath

📋 copy color: '#C15477'

red 193 ◦ green 84 ◦ blue 119

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

Shades of Royal Heath #C15477

Tints of Royal Heath #C15477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.05%

R = 48.74%
G = 21.21%
B = 30.05%

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

#C15477 (or 0xC15477) is known color: Royal Heath. HEX triplet: C1, 54 and 77. RGB value is (193,84,119). Sum of RGB (Red+Green+Blue) = 193+84+119=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C15477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15477 is #3EAB88. Grayscale: #787878. Windows color (decimal): -4107145 or 7820481. OLE color: 7820481.

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

Color convert

RGB 193 84 119 -
CMYK 0 0.56 0.38 0.24
HSL 340.73º 0.47% 0.54% -
HSV(B) 340.73º 0.56% 0.76% -
XYZ 28.49 19.01 19.62 -
YUV 120.58 127.11 179.65 -
System Red Green Blue C M Y K H S L
Decimal 193 84 119 0 0.56 0.38 0.24 340.73 0.47 0.54
Hex C1 54 77 0 38 26 18 155 2F 36
Octal 301 124 167 0 70 46 30 525 57 66
Binary 11000001 1010100 1110111 0 111000 100110 11000 101010101 101111 110110

Color Harmonies of #C15477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15477

Black with #C15477

Text Example


Text Example

White with #C15477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15477; }

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

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

background-color css

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

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

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

border-color css

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

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

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