#C64B7B

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

Shades of Royal Heath #C64B7B

Tints of Royal Heath #C64B7B

Color information

#C64B7B (or 0xC64B7B) is unknown color: approx Royal Heath. HEX triplet: C6, 4B and 7B. RGB value is (198,75,123). Sum of RGB (Red+Green+Blue) = 198+75+123=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64B7B is #39B484. Grayscale: #757575. Windows color (decimal): -3781765 or 8080326. OLE color: 8080326.

HSL color Cylindrical-coordinate representation of color #C64B7B: hue angle of 336.59º degrees, saturation: 0.52, 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 #C64B7B is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB19875123-
CMYK00.620.380.22
HSL336.59º51.9%53.53%-
HSV(B)336.59º62.12%77.65%-
XYZ29.3818.4720.76-
YUV117.25131.25185.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50%
GREEN value IS 75 (29.69% from 255) = 18.94%
BLUE value IS 123 (48.44% from 255) = 31.06%
R=50%
G=18.94%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987512300.620.380.22336.5951.953.53
HexC64B7B03E26161513436
Octal30611317307646265216466
Binary1100011010010111111011011111010011010110101010001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64B7B; }

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

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

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

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

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

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

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

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