Html Css Color HEX #C15173 Royal Heath

📋 copy color: '#C15173'

red 193 ◦ green 81 ◦ blue 115

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

Shades of Royal Heath #C15173

Tints of Royal Heath #C15173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.82%

 BLUE value IS 115 (45.31% from 255) = 29.56%

R = 49.61%
G = 20.82%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C15173 (or 0xC15173) is known color: Royal Heath. HEX triplet: C1, 51 and 73. RGB value is (193,81,115). Sum of RGB (Red+Green+Blue) = 193+81+115=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C15173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15173 is #3EAE8C. Grayscale: #767676. Windows color (decimal): -4107917 or 7557569. OLE color: 7557569.

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

Color convert

RGB 193 81 115 -
CMYK 0 0.58 0.40 0.24
HSL 341.79º 0.47% 0.54% -
HSV(B) 341.79º 0.58% 0.76% -
XYZ 28.03 18.46 18.31 -
YUV 118.36 126.11 181.24 -
System Red Green Blue C M Y K H S L
Decimal 193 81 115 0 0.58 0.40 0.24 341.79 0.47 0.54
Hex C1 51 73 0 3A 28 18 156 2F 36
Octal 301 121 163 0 72 50 30 526 57 66
Binary 11000001 1010001 1110011 0 111010 101000 11000 101010110 101111 110110

Color Harmonies of #C15173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15173

Black with #C15173

Text Example


Text Example

White with #C15173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15173; }

 p { color: rgb(193,81,115); }

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

background-color css

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

 a { background-color: rgb(193,81,115); }

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

border-color css

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

 span { border-color: rgb(193,81,115); }

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