Html Css Color HEX #C63B70 Royal Heath

📋 copy color: '#C63B70'

red 198 ◦ green 59 ◦ blue 112

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

Shades of Royal Heath #C63B70

Tints of Royal Heath #C63B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.35%

R = 53.66%
G = 15.99%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C63B70 (or 0xC63B70) is known color: Royal Heath. HEX triplet: C6, 3B and 70. RGB value is (198,59,112). Sum of RGB (Red+Green+Blue) = 198+59+112=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63B70 is #39C48F. Grayscale: #6A6A6A. Windows color (decimal): -3785872 or 7355334. OLE color: 7355334.

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

Color convert

RGB 198 59 112 -
CMYK 0 0.70 0.43 0.22
HSL 337.12º 0.55% 0.5% -
HSV(B) 337.12º 0.7% 0.78% -
XYZ 27.78 16.3 17.01 -
YUV 106.6 131.05 193.19 -
System Red Green Blue C M Y K H S L
Decimal 198 59 112 0 0.70 0.43 0.22 337.12 0.55 0.5
Hex C6 3B 70 0 46 2B 16 151 37 32
Octal 306 73 160 0 106 53 26 521 67 62
Binary 11000110 111011 1110000 0 1000110 101011 10110 101010001 110111 110010

Color Harmonies of #C63B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63B70

Black with #C63B70

Text Example


Text Example

White with #C63B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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