#c4567d

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

Shades of Royal Heath #C4567D

Tints of Royal Heath #C4567D

Color information

#C4567D (or 0xC4567D) is unknown color: approx Royal Heath. HEX triplet: C4, 56 and 7D. RGB value is (196,86,125). Sum of RGB (Red+Green+Blue) = 196+86+125=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C4567D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4567D is #3BA982. Grayscale: #7B7B7B. Windows color (decimal): -3910019 or 8214212. OLE color: 8214212.

HSL color Cylindrical-coordinate representation of color #C4567D: hue angle of 338.73º 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 #C4567D is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB19686125-
CMYK00.560.360.23
HSL338.73º48.25%55.29%-
HSV(B)338.73º56.12%76.86%-
XYZ29.7919.8721.67-
YUV123.34128.94179.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.16%
GREEN value IS 86 (33.98% from 255) = 21.13%
BLUE value IS 125 (49.22% from 255) = 30.71%
R=48.16%
G=21.13%
B=30.71%

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
Decimal1968612500.560.360.23338.7348.2555.29
HexC4567D03824171533037
Octal30412617507044275236067
Binary1100010010101101111101011100010010010111101010011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4567d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4567d; }

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

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

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

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

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

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

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

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