#C4567E

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

Shades of Royal Heath #C4567E

Tints of Royal Heath #C4567E

Color information

#C4567E (or 0xC4567E) is unknown color: approx Royal Heath. HEX triplet: C4, 56 and 7E. RGB value is (196,86,126). Sum of RGB (Red+Green+Blue) = 196+86+126=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C4567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4567E is #3BA981. Grayscale: #7B7B7B. Windows color (decimal): -3910018 or 8279748. OLE color: 8279748.

HSL color Cylindrical-coordinate representation of color #C4567E: hue angle of 338.18º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4567E is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB19686126-
CMYK00.560.360.23
HSL338.18º48.25%55.29%-
HSV(B)338.18º56.12%76.86%-
XYZ29.8619.922.01-
YUV123.45129.44179.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.04%
GREEN value IS 86 (33.98% from 255) = 21.08%
BLUE value IS 126 (49.61% from 255) = 30.88%
R=48.04%
G=21.08%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968612600.560.360.23338.1848.2555.29
HexC4567E03824171523037
Octal30412617607044275226067
Binary1100010010101101111110011100010010010111101010010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4567E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4567E; }

 p { color: rgb(196,86,126); }

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

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

 a { background-color: rgb(196,86,126); }

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

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

 span { border-color: rgb(196,86,126); }

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