Html Css Color HEX #C64478 Royal Heath

📋 copy color: '#C64478'

red 198 ◦ green 68 ◦ blue 120

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

Shades of Royal Heath #C64478

Tints of Royal Heath #C64478

RGB

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

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

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

R = 51.3%
G = 17.62%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C64478 (or 0xC64478) is known color: Royal Heath. HEX triplet: C6, 44 and 78. RGB value is (198,68,120). Sum of RGB (Red+Green+Blue) = 198+68+120=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C64478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64478 is #39BB87. Grayscale: #707070. Windows color (decimal): -3783560 or 7881926. OLE color: 7881926.

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

Color convert

RGB 198 68 120 -
CMYK 0 0.66 0.39 0.22
HSL 336º 0.53% 0.52% -
HSV(B) 336º 0.66% 0.78% -
XYZ 28.75 17.5 19.63 -
YUV 112.8 132.07 188.77 -
System Red Green Blue C M Y K H S L
Decimal 198 68 120 0 0.66 0.39 0.22 336 0.53 0.52
Hex C6 44 78 0 42 27 16 150 35 34
Octal 306 104 170 0 102 47 26 520 65 64
Binary 11000110 1000100 1111000 0 1000010 100111 10110 101010000 110101 110100

Color Harmonies of #C64478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64478

Black with #C64478

Text Example


Text Example

White with #C64478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64478; }

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

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

background-color css

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

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

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

border-color css

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

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

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