Html Css Color HEX #C64471 Royal Heath

📋 copy color: '#C64471'

red 198 ◦ green 68 ◦ blue 113

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

Shades of Royal Heath #C64471

Tints of Royal Heath #C64471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.94%

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

R = 52.24%
G = 17.94%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C64471 (or 0xC64471) is known color: Royal Heath. HEX triplet: C6, 44 and 71. RGB value is (198,68,113). Sum of RGB (Red+Green+Blue) = 198+68+113=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C64471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64471 is #39BB8E. Grayscale: #6F6F6F. Windows color (decimal): -3783567 or 7423174. OLE color: 7423174.

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

Color convert

RGB 198 68 113 -
CMYK 0 0.66 0.43 0.22
HSL 339.23º 0.53% 0.52% -
HSV(B) 339.23º 0.66% 0.78% -
XYZ 28.34 17.33 17.47 -
YUV 112 128.57 189.34 -
System Red Green Blue C M Y K H S L
Decimal 198 68 113 0 0.66 0.43 0.22 339.23 0.53 0.52
Hex C6 44 71 0 42 2B 16 153 35 34
Octal 306 104 161 0 102 53 26 523 65 64
Binary 11000110 1000100 1110001 0 1000010 101011 10110 101010011 110101 110100

Color Harmonies of #C64471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64471

Black with #C64471

Text Example


Text Example

White with #C64471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64471; }

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

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

background-color css

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

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

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

border-color css

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

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

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