#C64F7B

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

Shades of Royal Heath #C64F7B

Tints of Royal Heath #C64F7B

Color information

#C64F7B (or 0xC64F7B) is unknown color: approx Royal Heath. HEX triplet: C6, 4F and 7B. RGB value is (198,79,123). Sum of RGB (Red+Green+Blue) = 198+79+123=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64F7B is #39B084. Grayscale: #777777. Windows color (decimal): -3780741 or 8081350. OLE color: 8081350.

HSL color Cylindrical-coordinate representation of color #C64F7B: hue angle of 337.82º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C64F7B is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB19879123-
CMYK00.600.380.22
HSL337.82º51.07%54.31%-
HSV(B)337.82º60.1%77.65%-
XYZ29.6619.0320.85-
YUV119.6129.92183.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.5%
GREEN value IS 79 (31.25% from 255) = 19.75%
BLUE value IS 123 (48.44% from 255) = 30.75%
R=49.5%
G=19.75%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987912300.600.380.22337.8251.0754.31
HexC64F7B03C26161523336
Octal30611717307446265226366
Binary1100011010011111111011011110010011010110101010010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64F7B; }

 p { color: rgb(198,79,123); }

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

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

 a { background-color: rgb(198,79,123); }

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

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

 span { border-color: rgb(198,79,123); }

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