Html Css Color HEX #C64279 Royal Heath

📋 copy color: '#C64279'

red 198 ◦ green 66 ◦ blue 121

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

Shades of Royal Heath #C64279

Tints of Royal Heath #C64279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.43%

R = 51.43%
G = 17.14%
B = 31.43%

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

#C64279 (or 0xC64279) is known color: Royal Heath. HEX triplet: C6, 42 and 79. RGB value is (198,66,121). Sum of RGB (Red+Green+Blue) = 198+66+121=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C64279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64279 is #39BD86. Grayscale: #6F6F6F. Windows color (decimal): -3784071 or 7946950. OLE color: 7946950.

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

Color convert

RGB 198 66 121 -
CMYK 0 0.67 0.39 0.22
HSL 335º 0.54% 0.52% -
HSV(B) 335º 0.67% 0.78% -
XYZ 28.69 17.28 19.91 -
YUV 111.74 133.23 189.53 -
System Red Green Blue C M Y K H S L
Decimal 198 66 121 0 0.67 0.39 0.22 335 0.54 0.52
Hex C6 42 79 0 43 27 16 14F 36 34
Octal 306 102 171 0 103 47 26 517 66 64
Binary 11000110 1000010 1111001 0 1000011 100111 10110 101001111 110110 110100

Color Harmonies of #C64279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64279

Black with #C64279

Text Example


Text Example

White with #C64279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64279; }

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

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

background-color css

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

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

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

border-color css

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

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

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