#C2507B

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

Shades of Royal Heath #C2507B

Tints of Royal Heath #C2507B

Color information

#C2507B (or 0xC2507B) is unknown color: approx Royal Heath. HEX triplet: C2, 50 and 7B. RGB value is (194,80,123). Sum of RGB (Red+Green+Blue) = 194+80+123=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C2507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2507B is #3DAF84. Grayscale: #767676. Windows color (decimal): -4042629 or 8081602. OLE color: 8081602.

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

Color convert

RGB19480123-
CMYK00.590.370.24
HSL337.37º48.31%53.73%-
HSV(B)337.37º58.76%76.08%-
XYZ28.6918.6420.82-
YUV118.99130.27181.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.87%
GREEN value IS 80 (31.64% from 255) = 20.15%
BLUE value IS 123 (48.44% from 255) = 30.98%
R=48.87%
G=20.15%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948012300.590.370.24337.3748.3153.73
HexC2507B03B25181513036
Octal30212017307345305216066
Binary1100001010100001111011011101110010111000101010001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2507B; }

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

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

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

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

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

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

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

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