Html Css Color HEX #C15073 Royal Heath

📋 copy color: '#C15073'

red 193 ◦ green 80 ◦ blue 115

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

Shades of Royal Heath #C15073

Tints of Royal Heath #C15073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.62%

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

R = 49.74%
G = 20.62%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C15073 (or 0xC15073) is known color: Royal Heath. HEX triplet: C1, 50 and 73. RGB value is (193,80,115). Sum of RGB (Red+Green+Blue) = 193+80+115=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C15073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15073 is #3EAF8C. Grayscale: #757575. Windows color (decimal): -4108173 or 7557313. OLE color: 7557313.

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

Color convert

RGB 193 80 115 -
CMYK 0 0.59 0.40 0.24
HSL 341.42º 0.48% 0.54% -
HSV(B) 341.42º 0.59% 0.76% -
XYZ 27.96 18.31 18.28 -
YUV 117.78 126.44 181.65 -
System Red Green Blue C M Y K H S L
Decimal 193 80 115 0 0.59 0.40 0.24 341.42 0.48 0.54
Hex C1 50 73 0 3B 28 18 155 30 36
Octal 301 120 163 0 73 50 30 525 60 66
Binary 11000001 1010000 1110011 0 111011 101000 11000 101010101 110000 110110

Color Harmonies of #C15073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15073

Black with #C15073

Text Example


Text Example

White with #C15073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15073; }

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

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

background-color css

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

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

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

border-color css

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

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

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