#c1587f

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

Shades of Royal Heath #C1587F

Tints of Royal Heath #C1587F

Color information

#C1587F (or 0xC1587F) is unknown color: approx Royal Heath. HEX triplet: C1, 58 and 7F. RGB value is (193,88,127). Sum of RGB (Red+Green+Blue) = 193+88+127=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C1587F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1587F is #3EA780. Grayscale: #7B7B7B. Windows color (decimal): -4106113 or 8345793. OLE color: 8345793.

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

Color convert

RGB19388127-
CMYK00.540.340.24
HSL337.71º45.85%55.1%-
HSV(B)337.71º54.4%75.69%-
XYZ29.3119.8522.36-
YUV123.84129.79177.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.30%
GREEN value IS 88 (34.77% from 255) = 21.57%
BLUE value IS 127 (50% from 255) = 31.13%
R=47.30%
G=21.57%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938812700.540.340.24337.7145.8555.1
HexC1587F03622181522e37
Octal30113017706642305225667
Binary1100000110110001111111011011010001011000101010010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1587f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1587f; }

 p { color: rgb(193,88,127); }

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

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

 a { background-color: rgb(193,88,127); }

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

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

 span { border-color: rgb(193,88,127); }

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