Html Css Color HEX #C6406E Royal Heath

📋 copy color: '#C6406E'

red 198 ◦ green 64 ◦ blue 110

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

Shades of Royal Heath #C6406E

Tints of Royal Heath #C6406E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.2%

 BLUE value IS 110 (43.36% from 255) = 29.57%

R = 53.23%
G = 17.2%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6406E (or 0xC6406E) is known color: Royal Heath. HEX triplet: C6, 40 and 6E. RGB value is (198,64,110). Sum of RGB (Red+Green+Blue) = 198+64+110=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C6406E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6406E is #39BF91. Grayscale: #6D6D6D. Windows color (decimal): -3784594 or 7225542. OLE color: 7225542.

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

Color convert

RGB 198 64 110 -
CMYK 0 0.68 0.44 0.22
HSL 339.4º 0.54% 0.51% -
HSV(B) 339.4º 0.68% 0.78% -
XYZ 27.94 16.8 16.52 -
YUV 109.31 128.39 191.26 -
System Red Green Blue C M Y K H S L
Decimal 198 64 110 0 0.68 0.44 0.22 339.4 0.54 0.51
Hex C6 40 6E 0 44 2C 16 153 36 33
Octal 306 100 156 0 104 54 26 523 66 63
Binary 11000110 1000000 1101110 0 1000100 101100 10110 101010011 110110 110011

Color Harmonies of #C6406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6406E

Black with #C6406E

Text Example


Text Example

White with #C6406E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6406E; }

 p { color: rgb(198,64,110); }

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

background-color css

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

 a { background-color: rgb(198,64,110); }

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

border-color css

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

 span { border-color: rgb(198,64,110); }

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