#C44175

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

Shades of Royal Heath #C44175

Tints of Royal Heath #C44175

Color information

#C44175 (or 0xC44175) is unknown color: approx Royal Heath. HEX triplet: C4, 41 and 75. RGB value is (196,65,117). Sum of RGB (Red+Green+Blue) = 196+65+117=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C44175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44175 is #3BBE8A. Grayscale: #6E6E6E. Windows color (decimal): -3915403 or 7684548. OLE color: 7684548.

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

Color convert

RGB19665117-
CMYK00.670.400.23
HSL336.18º52.61%51.18%-
HSV(B)336.18º66.84%76.86%-
XYZ27.8716.818.6-
YUV110.1131.9189.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.85%
GREEN value IS 65 (25.78% from 255) = 17.20%
BLUE value IS 117 (46.09% from 255) = 30.95%
R=51.85%
G=17.20%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966511700.670.400.23336.1852.6151.18
HexC4417504328171503533
Octal304101165010350275206563
Binary11000100100000111101010100001110100010111101010000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44175; }

 p { color: rgb(196,65,117); }

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

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

 a { background-color: rgb(196,65,117); }

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

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

 span { border-color: rgb(196,65,117); }

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