Html Css Color HEX #C63F6C Royal Heath

📋 copy color: '#C63F6C'

red 198 ◦ green 63 ◦ blue 108

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

Shades of Royal Heath #C63F6C

Tints of Royal Heath #C63F6C

RGB

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

 GREEN value IS 63 (25% from 255) = 17.07%

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 53.66%
G = 17.07%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C63F6C (or 0xC63F6C) is known color: Royal Heath. HEX triplet: C6, 3F and 6C. RGB value is (198,63,108). Sum of RGB (Red+Green+Blue) = 198+63+108=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63F6C is #39C093. Grayscale: #6C6C6C. Windows color (decimal): -3784852 or 7094214. OLE color: 7094214.

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

Color convert

RGB 198 63 108 -
CMYK 0 0.68 0.45 0.22
HSL 340º 0.54% 0.51% -
HSV(B) 340º 0.68% 0.78% -
XYZ 27.77 16.64 15.94 -
YUV 108.5 127.73 191.84 -
System Red Green Blue C M Y K H S L
Decimal 198 63 108 0 0.68 0.45 0.22 340 0.54 0.51
Hex C6 3F 6C 0 44 2D 16 154 36 33
Octal 306 77 154 0 104 55 26 524 66 63
Binary 11000110 111111 1101100 0 1000100 101101 10110 101010100 110110 110011

Color Harmonies of #C63F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63F6C

Black with #C63F6C

Text Example


Text Example

White with #C63F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63F6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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