#c44075

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

Shades of Royal Heath #C44075

Tints of Royal Heath #C44075

Color information

#C44075 (or 0xC44075) is unknown color: approx Royal Heath. HEX triplet: C4, 40 and 75. RGB value is (196,64,117). Sum of RGB (Red+Green+Blue) = 196+64+117=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C44075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44075 is #3BBF8A. Grayscale: #6D6D6D. Windows color (decimal): -3915659 or 7684292. OLE color: 7684292.

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

Color convert

RGB19664117-
CMYK00.670.400.23
HSL335.91º52.8%50.98%-
HSV(B)335.91º67.35%76.86%-
XYZ27.8116.6918.58-
YUV109.51132.23189.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.99%
GREEN value IS 64 (25.39% from 255) = 16.98%
BLUE value IS 117 (46.09% from 255) = 31.03%
R=51.99%
G=16.98%
B=31.03%

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
Decimal1966411700.670.400.23335.9152.850.98
HexC4407504328171503533
Octal304100165010350275206563
Binary11000100100000011101010100001110100010111101010000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c44075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c44075; }

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

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

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

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

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

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

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

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