#C2557B

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

Shades of Royal Heath #C2557B

Tints of Royal Heath #C2557B

Color information

#C2557B (or 0xC2557B) is unknown color: approx Royal Heath. HEX triplet: C2, 55 and 7B. RGB value is (194,85,123). Sum of RGB (Red+Green+Blue) = 194+85+123=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2557B is #3DAA84. Grayscale: #797979. Windows color (decimal): -4041349 or 8082882. OLE color: 8082882.

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

Color convert

RGB19485123-
CMYK00.560.370.24
HSL339.08º47.19%54.71%-
HSV(B)339.08º56.19%76.08%-
XYZ29.0719.420.95-
YUV121.92128.61179.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.26%
GREEN value IS 85 (33.59% from 255) = 21.14%
BLUE value IS 123 (48.44% from 255) = 30.60%
R=48.26%
G=21.14%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948512300.560.370.24339.0847.1954.71
HexC2557B03825181532f37
Octal30212517307045305235767
Binary1100001010101011111011011100010010111000101010011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2557B; }

 p { color: rgb(194,85,123); }

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

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

 a { background-color: rgb(194,85,123); }

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

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

 span { border-color: rgb(194,85,123); }

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