#C63D6C

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

Shades of Royal Heath #C63D6C

Tints of Royal Heath #C63D6C

Color information

#C63D6C (or 0xC63D6C) is unknown color: approx Royal Heath. HEX triplet: C6, 3D and 6C. RGB value is (198,61,108). Sum of RGB (Red+Green+Blue) = 198+61+108=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63D6C is #39C293. Grayscale: #6B6B6B. Windows color (decimal): -3785364 or 7093702. OLE color: 7093702.

HSL color Cylindrical-coordinate representation of color #C63D6C: hue angle of 339.42º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63D6C is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB19861108-
CMYK00.690.450.22
HSL339.42º54.58%50.78%-
HSV(B)339.42º69.19%77.65%-
XYZ27.6616.4315.9-
YUV107.32128.39192.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.95%
GREEN value IS 61 (24.22% from 255) = 16.62%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=53.95%
G=16.62%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986110800.690.450.22339.4254.5850.78
HexC63D6C0452D161533733
Octal30675154010555265236763
Binary1100011011110111011000100010110110110110101010011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63D6C; }

 p { color: rgb(198,61,108); }

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

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

 a { background-color: rgb(198,61,108); }

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

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

 span { border-color: rgb(198,61,108); }

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