Html Css Color HEX #C64578 Royal Heath

📋 copy color: '#C64578'

red 198 ◦ green 69 ◦ blue 120

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

Shades of Royal Heath #C64578

Tints of Royal Heath #C64578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.01%

R = 51.16%
G = 17.83%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C64578 (or 0xC64578) is known color: Royal Heath. HEX triplet: C6, 45 and 78. RGB value is (198,69,120). Sum of RGB (Red+Green+Blue) = 198+69+120=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C64578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64578 is #39BA87. Grayscale: #717171. Windows color (decimal): -3783304 or 7882182. OLE color: 7882182.

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

Color convert

RGB 198 69 120 -
CMYK 0 0.65 0.39 0.22
HSL 336.28º 0.53% 0.52% -
HSV(B) 336.28º 0.65% 0.78% -
XYZ 28.81 17.62 19.65 -
YUV 113.39 131.74 188.35 -
System Red Green Blue C M Y K H S L
Decimal 198 69 120 0 0.65 0.39 0.22 336.28 0.53 0.52
Hex C6 45 78 0 41 27 16 150 35 34
Octal 306 105 170 0 101 47 26 520 65 64
Binary 11000110 1000101 1111000 0 1000001 100111 10110 101010000 110101 110100

Color Harmonies of #C64578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64578

Black with #C64578

Text Example


Text Example

White with #C64578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64578; }

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

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

background-color css

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

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

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

border-color css

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

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

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