#C44B7C

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

Shades of Royal Heath #C44B7C

Tints of Royal Heath #C44B7C

Color information

#C44B7C (or 0xC44B7C) is unknown color: approx Royal Heath. HEX triplet: C4, 4B and 7C. RGB value is (196,75,124). Sum of RGB (Red+Green+Blue) = 196+75+124=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44B7C is #3BB483. Grayscale: #747474. Windows color (decimal): -3912836 or 8145860. OLE color: 8145860.

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

Color convert

RGB19675124-
CMYK00.620.370.23
HSL335.7º50.63%53.14%-
HSV(B)335.7º61.73%76.86%-
XYZ28.9218.2221.06-
YUV116.76132.09184.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.62%
GREEN value IS 75 (29.69% from 255) = 18.99%
BLUE value IS 124 (48.83% from 255) = 31.39%
R=49.62%
G=18.99%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967512400.620.370.23335.750.6353.14
HexC44B7C03E25171503335
Octal30411317407645275206365
Binary1100010010010111111100011111010010110111101010000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44B7C; }

 p { color: rgb(196,75,124); }

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

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

 a { background-color: rgb(196,75,124); }

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

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

 span { border-color: rgb(196,75,124); }

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