Html Css Color HEX #C63A6D Royal Heath

📋 copy color: '#C63A6D'

red 198 ◦ green 58 ◦ blue 109

#C63A6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #C63A6D

Tints of Royal Heath #C63A6D

RGB

 RED value IS 198 (77.73% from 255) = 54.25%

 GREEN value IS 58 (23.05% from 255) = 15.89%

 BLUE value IS 109 (42.97% from 255) = 29.86%

R = 54.25%
G = 15.89%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C63A6D (or 0xC63A6D) is known color: Royal Heath. HEX triplet: C6, 3A and 6D. RGB value is (198,58,109). Sum of RGB (Red+Green+Blue) = 198+58+109=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63A6D is #39C592. Grayscale: #696969. Windows color (decimal): -3786131 or 7158470. OLE color: 7158470.

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

Color convert

RGB 198 58 109 -
CMYK 0 0.71 0.45 0.22
HSL 338.14º 0.55% 0.5% -
HSV(B) 338.14º 0.71% 0.78% -
XYZ 27.56 16.14 16.13 -
YUV 105.67 129.88 193.85 -
System Red Green Blue C M Y K H S L
Decimal 198 58 109 0 0.71 0.45 0.22 338.14 0.55 0.5
Hex C6 3A 6D 0 47 2D 16 152 37 32
Octal 306 72 155 0 107 55 26 522 67 62
Binary 11000110 111010 1101101 0 1000111 101101 10110 101010010 110111 110010

Color Harmonies of #C63A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63A6D

Black with #C63A6D

Text Example


Text Example

White with #C63A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63A6D; }

 p { color: rgb(198,58,109); }

 H1.HeaderClassName
 {
   color: #C63A6D;
 }
 .AnyTagClassName
 {
   color: #C63A6D;
 }
</style>

background-color css

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

 a { background-color: rgb(198,58,109); }

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

border-color css

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

 span { border-color: rgb(198,58,109); }

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