Html Css Color HEX #C64573 Royal Heath

📋 copy color: '#C64573'

red 198 ◦ green 69 ◦ blue 115

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

Shades of Royal Heath #C64573

Tints of Royal Heath #C64573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.06%

 BLUE value IS 115 (45.31% from 255) = 30.1%

R = 51.83%
G = 18.06%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C64573 (or 0xC64573) is known color: Royal Heath. HEX triplet: C6, 45 and 73. RGB value is (198,69,115). Sum of RGB (Red+Green+Blue) = 198+69+115=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C64573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64573 is #39BA8C. Grayscale: #707070. Windows color (decimal): -3783309 or 7554502. OLE color: 7554502.

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

Color convert

RGB 198 69 115 -
CMYK 0 0.65 0.42 0.22
HSL 338.6º 0.53% 0.52% -
HSV(B) 338.6º 0.65% 0.78% -
XYZ 28.51 17.5 18.09 -
YUV 112.82 129.24 188.76 -
System Red Green Blue C M Y K H S L
Decimal 198 69 115 0 0.65 0.42 0.22 338.6 0.53 0.52
Hex C6 45 73 0 41 2A 16 153 35 34
Octal 306 105 163 0 101 52 26 523 65 64
Binary 11000110 1000101 1110011 0 1000001 101010 10110 101010011 110101 110100

Color Harmonies of #C64573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64573

Black with #C64573

Text Example


Text Example

White with #C64573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64573; }

 p { color: rgb(198,69,115); }

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

background-color css

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

 a { background-color: rgb(198,69,115); }

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

border-color css

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

 span { border-color: rgb(198,69,115); }

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