#C74B7A

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

Shades of Royal Heath #C74B7A

Tints of Royal Heath #C74B7A

Color information

#C74B7A (or 0xC74B7A) is unknown color: approx Royal Heath. HEX triplet: C7, 4B and 7A. RGB value is (199,75,122). Sum of RGB (Red+Green+Blue) = 199+75+122=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74B7A is #38B485. Grayscale: #757575. Windows color (decimal): -3716230 or 8014791. OLE color: 8014791.

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

Color convert

RGB19975122-
CMYK00.620.390.22
HSL337.26º52.54%53.73%-
HSV(B)337.26º62.31%78.04%-
XYZ29.5818.5820.44-
YUV117.43130.58186.18-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.25%
GREEN value IS 75 (29.69% from 255) = 18.94%
BLUE value IS 122 (48.05% from 255) = 30.81%
R=50.25%
G=18.94%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997512200.620.390.22337.2652.5453.73
HexC74B7A03E27161513536
Octal30711317207647265216566
Binary1100011110010111111010011111010011110110101010001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74B7A; }

 p { color: rgb(199,75,122); }

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

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

 a { background-color: rgb(199,75,122); }

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

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

 span { border-color: rgb(199,75,122); }

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