Html Css Color HEX #C63B72 Royal Heath

📋 copy color: '#C63B72'

red 198 ◦ green 59 ◦ blue 114

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

Shades of Royal Heath #C63B72

Tints of Royal Heath #C63B72

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.9%

 BLUE value IS 114 (44.92% from 255) = 30.73%

R = 53.37%
G = 15.9%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C63B72 (or 0xC63B72) is known color: Royal Heath. HEX triplet: C6, 3B and 72. RGB value is (198,59,114). Sum of RGB (Red+Green+Blue) = 198+59+114=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63B72 is #39C48D. Grayscale: #6A6A6A. Windows color (decimal): -3785870 or 7486406. OLE color: 7486406.

HSL color Cylindrical-coordinate representation of color #C63B72: hue angle of 336.26º 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 #C63B72 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 59 114 -
CMYK 0 0.70 0.42 0.22
HSL 336.26º 0.55% 0.5% -
HSV(B) 336.26º 0.7% 0.78% -
XYZ 27.89 16.35 17.61 -
YUV 106.83 132.05 193.03 -
System Red Green Blue C M Y K H S L
Decimal 198 59 114 0 0.70 0.42 0.22 336.26 0.55 0.5
Hex C6 3B 72 0 46 2A 16 150 37 32
Octal 306 73 162 0 106 52 26 520 67 62
Binary 11000110 111011 1110010 0 1000110 101010 10110 101010000 110111 110010

Color Harmonies of #C63B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63B72

Black with #C63B72

Text Example


Text Example

White with #C63B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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