#C2507E

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

Shades of Royal Heath #C2507E

Tints of Royal Heath #C2507E

Color information

#C2507E (or 0xC2507E) is unknown color: approx Royal Heath. HEX triplet: C2, 50 and 7E. RGB value is (194,80,126). Sum of RGB (Red+Green+Blue) = 194+80+126=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2507E is #3DAF81. Grayscale: #777777. Windows color (decimal): -4042626 or 8278210. OLE color: 8278210.

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

Color convert

RGB19480126-
CMYK00.590.350.24
HSL335.79º48.31%53.73%-
HSV(B)335.79º58.76%76.08%-
XYZ28.8818.7121.83-
YUV119.33131.77181.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.5%
GREEN value IS 80 (31.64% from 255) = 20%
BLUE value IS 126 (49.61% from 255) = 31.5%
R=48.5%
G=20%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948012600.590.350.24335.7948.3153.73
HexC2507E03B23181503036
Octal30212017607343305206066
Binary1100001010100001111110011101110001111000101010000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2507E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2507E; }

 p { color: rgb(194,80,126); }

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

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

 a { background-color: rgb(194,80,126); }

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

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

 span { border-color: rgb(194,80,126); }

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