#C74875

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

Shades of Royal Heath #C74875

Tints of Royal Heath #C74875

Color information

#C74875 (or 0xC74875) is unknown color: approx Royal Heath. HEX triplet: C7, 48 and 75. RGB value is (199,72,117). Sum of RGB (Red+Green+Blue) = 199+72+117=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C74875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74875 is #38B78A. Grayscale: #737373. Windows color (decimal): -3717003 or 7686343. OLE color: 7686343.

HSL color Cylindrical-coordinate representation of color #C74875: hue angle of 338.74º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C74875 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB19972117-
CMYK00.640.410.22
HSL338.74º53.14%53.14%-
HSV(B)338.74º63.82%78.04%-
XYZ29.0818.0618.78-
YUV115.1129.08187.84-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.29%
GREEN value IS 72 (28.52% from 255) = 18.56%
BLUE value IS 117 (46.09% from 255) = 30.15%
R=51.29%
G=18.56%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997211700.640.410.22338.7453.1453.14
HexC7487504029161533535
Octal307110165010051265236565
Binary11000111100100011101010100000010100110110101010011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74875; }

 p { color: rgb(199,72,117); }

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

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

 a { background-color: rgb(199,72,117); }

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

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

 span { border-color: rgb(199,72,117); }

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