#C2527B

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

Shades of Royal Heath #C2527B

Tints of Royal Heath #C2527B

Color information

#C2527B (or 0xC2527B) is unknown color: approx Royal Heath. HEX triplet: C2, 52 and 7B. RGB value is (194,82,123). Sum of RGB (Red+Green+Blue) = 194+82+123=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2527B is #3DAD84. Grayscale: #787878. Windows color (decimal): -4042117 or 8082114. OLE color: 8082114.

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

Color convert

RGB19482123-
CMYK00.580.370.24
HSL338.04º47.86%54.12%-
HSV(B)338.04º57.73%76.08%-
XYZ28.8418.9320.87-
YUV120.16129.61180.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.62%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 123 (48.44% from 255) = 30.83%
R=48.62%
G=20.55%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948212300.580.370.24338.0447.8654.12
HexC2527B03A25181523036
Octal30212217307245305226066
Binary1100001010100101111011011101010010111000101010010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2527B; }

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

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

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

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

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

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

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

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