#C15277

Color #C15277 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #C15277

Tints of Royal Heath #C15277

Color information

#C15277 (or 0xC15277) is unknown color: approx Royal Heath. HEX triplet: C1, 52 and 77. RGB value is (193,82,119). Sum of RGB (Red+Green+Blue) = 193+82+119=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C15277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15277 is #3EAD88. Grayscale: #777777. Windows color (decimal): -4107657 or 7819969. OLE color: 7819969.

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

Color convert

RGB19382119-
CMYK00.580.380.24
HSL340º47.23%53.92%-
HSV(B)340º57.51%75.69%-
XYZ28.3418.719.57-
YUV119.41127.77180.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.98%
GREEN value IS 82 (32.42% from 255) = 20.81%
BLUE value IS 119 (46.88% from 255) = 30.20%
R=48.98%
G=20.81%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938211900.580.380.2434047.2353.92
HexC1527703A26181542f36
Octal30112216707246305245766
Binary1100000110100101110111011101010011011000101010100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15277; }

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

 H1.HeaderClassName
 {
   color: #C15277;
 }
 .AnyTagClassName
 {
   color: #C15277;
 }
</style>
background-color css

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

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

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

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

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

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