#C4467B

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

Shades of Royal Heath #C4467B

Tints of Royal Heath #C4467B

Color information

#C4467B (or 0xC4467B) is unknown color: approx Royal Heath. HEX triplet: C4, 46 and 7B. RGB value is (196,70,123). Sum of RGB (Red+Green+Blue) = 196+70+123=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C4467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4467B is #3BB984. Grayscale: #717171. Windows color (decimal): -3914117 or 8079044. OLE color: 8079044.

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

Color convert

RGB19670123-
CMYK00.640.370.23
HSL334.76º51.64%52.16%-
HSV(B)334.76º64.29%76.86%-
XYZ28.5317.5520.62-
YUV113.72133.24186.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.39%
GREEN value IS 70 (27.73% from 255) = 17.99%
BLUE value IS 123 (48.44% from 255) = 31.62%
R=50.39%
G=17.99%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967012300.640.370.23334.7651.6452.16
HexC4467B040251714f3434
Octal304106173010045275176464
Binary11000100100011011110110100000010010110111101001111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4467B; }

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

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

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

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

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

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

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

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