Html Css Color HEX #C64571 Royal Heath

📋 copy color: '#C64571'

red 198 ◦ green 69 ◦ blue 113

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

Shades of Royal Heath #C64571

Tints of Royal Heath #C64571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.74%

R = 52.11%
G = 18.16%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C64571 (or 0xC64571) is known color: Royal Heath. HEX triplet: C6, 45 and 71. RGB value is (198,69,113). Sum of RGB (Red+Green+Blue) = 198+69+113=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C64571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64571 is #39BA8E. Grayscale: #707070. Windows color (decimal): -3783311 or 7423430. OLE color: 7423430.

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

Color convert

RGB 198 69 113 -
CMYK 0 0.65 0.43 0.22
HSL 339.53º 0.53% 0.52% -
HSV(B) 339.53º 0.65% 0.78% -
XYZ 28.4 17.45 17.5 -
YUV 112.59 128.24 188.92 -
System Red Green Blue C M Y K H S L
Decimal 198 69 113 0 0.65 0.43 0.22 339.53 0.53 0.52
Hex C6 45 71 0 41 2B 16 154 35 34
Octal 306 105 161 0 101 53 26 524 65 64
Binary 11000110 1000101 1110001 0 1000001 101011 10110 101010100 110101 110100

Color Harmonies of #C64571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64571

Black with #C64571

Text Example


Text Example

White with #C64571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64571; }

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

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

background-color css

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

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

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

border-color css

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

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

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