#C44F7B

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

Shades of Royal Heath #C44F7B

Tints of Royal Heath #C44F7B

Color information

#C44F7B (or 0xC44F7B) is unknown color: approx Royal Heath. HEX triplet: C4, 4F and 7B. RGB value is (196,79,123). Sum of RGB (Red+Green+Blue) = 196+79+123=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44F7B is #3BB084. Grayscale: #767676. Windows color (decimal): -3911813 or 8081348. OLE color: 8081348.

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

Color convert

RGB19679123-
CMYK00.600.370.23
HSL337.44º49.79%53.92%-
HSV(B)337.44º59.69%76.86%-
XYZ29.1418.7620.82-
YUV119130.26182.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.25%
GREEN value IS 79 (31.25% from 255) = 19.85%
BLUE value IS 123 (48.44% from 255) = 30.90%
R=49.25%
G=19.85%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967912300.600.370.23337.4449.7953.92
HexC44F7B03C25171513236
Octal30411717307445275216266
Binary1100010010011111111011011110010010110111101010001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44F7B; }

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

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

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

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

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

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

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

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