Html Css Color HEX #C63872 Royal Heath

📋 copy color: '#C63872'

red 198 ◦ green 56 ◦ blue 114

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

Shades of Royal Heath #C63872

Tints of Royal Heath #C63872

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.22%

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

R = 53.8%
G = 15.22%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C63872 (or 0xC63872) is known color: Royal Heath. HEX triplet: C6, 38 and 72. RGB value is (198,56,114). Sum of RGB (Red+Green+Blue) = 198+56+114=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C63872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63872 is #39C78D. Grayscale: #686868. Windows color (decimal): -3786638 or 7485638. OLE color: 7485638.

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

Color convert

RGB 198 56 114 -
CMYK 0 0.72 0.42 0.22
HSL 335.49º 0.56% 0.5% -
HSV(B) 335.49º 0.72% 0.78% -
XYZ 27.74 16.05 17.56 -
YUV 105.07 133.04 194.28 -
System Red Green Blue C M Y K H S L
Decimal 198 56 114 0 0.72 0.42 0.22 335.49 0.56 0.5
Hex C6 38 72 0 48 2A 16 14F 38 32
Octal 306 70 162 0 110 52 26 517 70 62
Binary 11000110 111000 1110010 0 1001000 101010 10110 101001111 111000 110010

Color Harmonies of #C63872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63872

Black with #C63872

Text Example


Text Example

White with #C63872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63872; }

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

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

background-color css

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

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

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

border-color css

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

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

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