Html Css Color HEX #C63874 Royal Heath

📋 copy color: '#C63874'

red 198 ◦ green 56 ◦ blue 116

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

Shades of Royal Heath #C63874

Tints of Royal Heath #C63874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.35%

R = 53.51%
G = 15.14%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C63874 (or 0xC63874) is known color: Royal Heath. HEX triplet: C6, 38 and 74. RGB value is (198,56,116). Sum of RGB (Red+Green+Blue) = 198+56+116=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C63874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63874 is #39C78B. Grayscale: #696969. Windows color (decimal): -3786636 or 7616710. OLE color: 7616710.

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

Color convert

RGB 198 56 116 -
CMYK 0 0.72 0.41 0.22
HSL 334.65º 0.56% 0.5% -
HSV(B) 334.65º 0.72% 0.78% -
XYZ 27.86 16.1 18.16 -
YUV 105.3 134.04 194.12 -
System Red Green Blue C M Y K H S L
Decimal 198 56 116 0 0.72 0.41 0.22 334.65 0.56 0.5
Hex C6 38 74 0 48 29 16 14F 38 32
Octal 306 70 164 0 110 51 26 517 70 62
Binary 11000110 111000 1110100 0 1001000 101001 10110 101001111 111000 110010

Color Harmonies of #C63874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63874

Black with #C63874

Text Example


Text Example

White with #C63874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63874; }

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

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

background-color css

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

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

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

border-color css

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

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

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