Html Css Color HEX #C64470 Royal Heath

📋 copy color: '#C64470'

red 198 ◦ green 68 ◦ blue 112

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

Shades of Royal Heath #C64470

Tints of Royal Heath #C64470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.63%

R = 52.38%
G = 17.99%
B = 29.63%

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

#C64470 (or 0xC64470) is known color: Royal Heath. HEX triplet: C6, 44 and 70. RGB value is (198,68,112). Sum of RGB (Red+Green+Blue) = 198+68+112=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C64470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64470 is #39BB8F. Grayscale: #6F6F6F. Windows color (decimal): -3783568 or 7357638. OLE color: 7357638.

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

Color convert

RGB 198 68 112 -
CMYK 0 0.66 0.43 0.22
HSL 339.69º 0.53% 0.52% -
HSV(B) 339.69º 0.66% 0.78% -
XYZ 28.28 17.31 17.18 -
YUV 111.89 128.07 189.42 -
System Red Green Blue C M Y K H S L
Decimal 198 68 112 0 0.66 0.43 0.22 339.69 0.53 0.52
Hex C6 44 70 0 42 2B 16 154 35 34
Octal 306 104 160 0 102 53 26 524 65 64
Binary 11000110 1000100 1110000 0 1000010 101011 10110 101010100 110101 110100

Color Harmonies of #C64470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64470

Black with #C64470

Text Example


Text Example

White with #C64470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64470; }

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

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

background-color css

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

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

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

border-color css

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

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

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