Html Css Color HEX #C64278 Royal Heath

📋 copy color: '#C64278'

red 198 ◦ green 66 ◦ blue 120

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

Shades of Royal Heath #C64278

Tints of Royal Heath #C64278

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.19%

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

R = 51.56%
G = 17.19%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C64278 (or 0xC64278) is known color: Royal Heath. HEX triplet: C6, 42 and 78. RGB value is (198,66,120). Sum of RGB (Red+Green+Blue) = 198+66+120=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C64278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64278 is #39BD87. Grayscale: #6F6F6F. Windows color (decimal): -3784072 or 7881414. OLE color: 7881414.

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

Color convert

RGB 198 66 120 -
CMYK 0 0.67 0.39 0.22
HSL 335.45º 0.54% 0.52% -
HSV(B) 335.45º 0.67% 0.78% -
XYZ 28.63 17.26 19.59 -
YUV 111.62 132.73 189.61 -
System Red Green Blue C M Y K H S L
Decimal 198 66 120 0 0.67 0.39 0.22 335.45 0.54 0.52
Hex C6 42 78 0 43 27 16 14F 36 34
Octal 306 102 170 0 103 47 26 517 66 64
Binary 11000110 1000010 1111000 0 1000011 100111 10110 101001111 110110 110100

Color Harmonies of #C64278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64278

Black with #C64278

Text Example


Text Example

White with #C64278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64278; }

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

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

background-color css

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

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

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

border-color css

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

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

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