Html Css Color HEX #C6417A Royal Heath

📋 copy color: '#C6417A'

red 198 ◦ green 65 ◦ blue 122

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

Shades of Royal Heath #C6417A

Tints of Royal Heath #C6417A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.69%

R = 51.43%
G = 16.88%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6417A (or 0xC6417A) is known color: Royal Heath. HEX triplet: C6, 41 and 7A. RGB value is (198,65,122). Sum of RGB (Red+Green+Blue) = 198+65+122=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C6417A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6417A is #39BE85. Grayscale: #6F6F6F. Windows color (decimal): -3784326 or 8012230. OLE color: 8012230.

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

Color convert

RGB 198 65 122 -
CMYK 0 0.67 0.38 0.22
HSL 334.29º 0.54% 0.52% -
HSV(B) 334.29º 0.67% 0.78% -
XYZ 28.69 17.19 20.22 -
YUV 111.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 198 65 122 0 0.67 0.38 0.22 334.29 0.54 0.52
Hex C6 41 7A 0 43 26 16 14E 36 34
Octal 306 101 172 0 103 46 26 516 66 64
Binary 11000110 1000001 1111010 0 1000011 100110 10110 101001110 110110 110100

Color Harmonies of #C6417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6417A

Black with #C6417A

Text Example


Text Example

White with #C6417A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6417A; }

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

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

background-color css

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

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

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

border-color css

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

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

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