Html Css Color HEX #C6416F Royal Heath

📋 copy color: '#C6416F'

red 198 ◦ green 65 ◦ blue 111

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

Shades of Royal Heath #C6416F

Tints of Royal Heath #C6416F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.38%

 BLUE value IS 111 (43.75% from 255) = 29.68%

R = 52.94%
G = 17.38%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6416F (or 0xC6416F) is known color: Royal Heath. HEX triplet: C6, 41 and 6F. RGB value is (198,65,111). Sum of RGB (Red+Green+Blue) = 198+65+111=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6416F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6416F is #39BE90. Grayscale: #6D6D6D. Windows color (decimal): -3784337 or 7291334. OLE color: 7291334.

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

Color convert

RGB 198 65 111 -
CMYK 0 0.67 0.44 0.22
HSL 339.25º 0.54% 0.52% -
HSV(B) 339.25º 0.67% 0.78% -
XYZ 28.05 16.93 16.83 -
YUV 110.01 128.56 190.76 -
System Red Green Blue C M Y K H S L
Decimal 198 65 111 0 0.67 0.44 0.22 339.25 0.54 0.52
Hex C6 41 6F 0 43 2C 16 153 36 34
Octal 306 101 157 0 103 54 26 523 66 64
Binary 11000110 1000001 1101111 0 1000011 101100 10110 101010011 110110 110100

Color Harmonies of #C6416F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6416F

Black with #C6416F

Text Example


Text Example

White with #C6416F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6416F; }

 p { color: rgb(198,65,111); }

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

background-color css

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

 a { background-color: rgb(198,65,111); }

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

border-color css

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

 span { border-color: rgb(198,65,111); }

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