#C24B75

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

Shades of Royal Heath #C24B75

Tints of Royal Heath #C24B75

Color information

#C24B75 (or 0xC24B75) is unknown color: approx Royal Heath. HEX triplet: C2, 4B and 75. RGB value is (194,75,117). Sum of RGB (Red+Green+Blue) = 194+75+117=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24B75 is #3DB48A. Grayscale: #737373. Windows color (decimal): -4043915 or 7687106. OLE color: 7687106.

HSL color Cylindrical-coordinate representation of color #C24B75: hue angle of 338.82º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24B75 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB19475117-
CMYK00.610.400.24
HSL338.82º49.38%52.75%-
HSV(B)338.82º61.34%76.08%-
XYZ27.9817.7918.79-
YUV115.37128.92184.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.26%
GREEN value IS 75 (29.69% from 255) = 19.43%
BLUE value IS 117 (46.09% from 255) = 30.31%
R=50.26%
G=19.43%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947511700.610.400.24338.8249.3852.75
HexC24B7503D28181533135
Octal30211316507550305236165
Binary1100001010010111110101011110110100011000101010011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24B75; }

 p { color: rgb(194,75,117); }

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

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

 a { background-color: rgb(194,75,117); }

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

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

 span { border-color: rgb(194,75,117); }

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