Html Css Color HEX #C15476 Royal Heath

📋 copy color: '#C15476'

red 193 ◦ green 84 ◦ blue 118

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

Shades of Royal Heath #C15476

Tints of Royal Heath #C15476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.87%

R = 48.86%
G = 21.27%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C15476 (or 0xC15476) is known color: Royal Heath. HEX triplet: C1, 54 and 76. RGB value is (193,84,118). Sum of RGB (Red+Green+Blue) = 193+84+118=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C15476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15476 is #3EAB89. Grayscale: #787878. Windows color (decimal): -4107146 or 7754945. OLE color: 7754945.

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

Color convert

RGB 193 84 118 -
CMYK 0 0.56 0.39 0.24
HSL 341.28º 0.47% 0.54% -
HSV(B) 341.28º 0.56% 0.76% -
XYZ 28.43 18.99 19.31 -
YUV 120.47 126.61 179.74 -
System Red Green Blue C M Y K H S L
Decimal 193 84 118 0 0.56 0.39 0.24 341.28 0.47 0.54
Hex C1 54 76 0 38 27 18 155 2F 36
Octal 301 124 166 0 70 47 30 525 57 66
Binary 11000001 1010100 1110110 0 111000 100111 11000 101010101 101111 110110

Color Harmonies of #C15476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15476

Black with #C15476

Text Example


Text Example

White with #C15476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15476; }

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

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

background-color css

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

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

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

border-color css

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

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

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