#C4517B

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

Shades of Royal Heath #C4517B

Tints of Royal Heath #C4517B

Color information

#C4517B (or 0xC4517B) is unknown color: approx Royal Heath. HEX triplet: C4, 51 and 7B. RGB value is (196,81,123). Sum of RGB (Red+Green+Blue) = 196+81+123=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C4517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4517B is #3BAE84. Grayscale: #787878. Windows color (decimal): -3911301 or 8081860. OLE color: 8081860.

HSL color Cylindrical-coordinate representation of color #C4517B: hue angle of 338.09º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C4517B is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB19681123-
CMYK00.590.370.23
HSL338.09º49.36%54.31%-
HSV(B)338.09º58.67%76.86%-
XYZ29.2819.0520.87-
YUV120.17129.6182.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49%
GREEN value IS 81 (32.03% from 255) = 20.25%
BLUE value IS 123 (48.44% from 255) = 30.75%
R=49%
G=20.25%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968112300.590.370.23338.0949.3654.31
HexC4517B03B25171523136
Octal30412117307345275226166
Binary1100010010100011111011011101110010110111101010010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4517B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4517B; }

 p { color: rgb(196,81,123); }

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

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

 a { background-color: rgb(196,81,123); }

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

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

 span { border-color: rgb(196,81,123); }

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