Html Css Color HEX #C64673 Royal Heath

📋 copy color: '#C64673'

red 198 ◦ green 70 ◦ blue 115

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

Shades of Royal Heath #C64673

Tints of Royal Heath #C64673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.28%

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

R = 51.7%
G = 18.28%
B = 30.03%

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

#C64673 (or 0xC64673) is known color: Royal Heath. HEX triplet: C6, 46 and 73. RGB value is (198,70,115). Sum of RGB (Red+Green+Blue) = 198+70+115=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C64673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64673 is #39B98C. Grayscale: #717171. Windows color (decimal): -3783053 or 7554758. OLE color: 7554758.

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

Color convert

RGB 198 70 115 -
CMYK 0 0.65 0.42 0.22
HSL 338.91º 0.53% 0.53% -
HSV(B) 338.91º 0.65% 0.78% -
XYZ 28.57 17.62 18.12 -
YUV 113.4 128.91 188.34 -
System Red Green Blue C M Y K H S L
Decimal 198 70 115 0 0.65 0.42 0.22 338.91 0.53 0.53
Hex C6 46 73 0 41 2A 16 153 35 35
Octal 306 106 163 0 101 52 26 523 65 65
Binary 11000110 1000110 1110011 0 1000001 101010 10110 101010011 110101 110101

Color Harmonies of #C64673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64673

Black with #C64673

Text Example


Text Example

White with #C64673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64673; }

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

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

background-color css

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

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

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

border-color css

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

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

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