#C63B75

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

Shades of Royal Heath #C63B75

Tints of Royal Heath #C63B75

Color information

#C63B75 (or 0xC63B75) is unknown color: approx Royal Heath. HEX triplet: C6, 3B and 75. RGB value is (198,59,117). Sum of RGB (Red+Green+Blue) = 198+59+117=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63B75 is #39C48A. Grayscale: #6B6B6B. Windows color (decimal): -3785867 or 7683014. OLE color: 7683014.

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

Color convert

RGB19859117-
CMYK00.700.410.22
HSL334.96º54.94%50.39%-
HSV(B)334.96º70.2%77.65%-
XYZ28.0616.4218.52-
YUV107.17133.55192.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.94%
GREEN value IS 59 (23.44% from 255) = 15.78%
BLUE value IS 117 (46.09% from 255) = 31.28%
R=52.94%
G=15.78%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985911700.700.410.22334.9654.9450.39
HexC63B75046291614f3732
Octal30673165010651265176762
Binary1100011011101111101010100011010100110110101001111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63B75; }

 p { color: rgb(198,59,117); }

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

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

 a { background-color: rgb(198,59,117); }

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

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

 span { border-color: rgb(198,59,117); }

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