Html Css Color HEX #C6447A Royal Heath

📋 copy color: '#C6447A'

red 198 ◦ green 68 ◦ blue 122

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

Shades of Royal Heath #C6447A

Tints of Royal Heath #C6447A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.53%

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

R = 51.03%
G = 17.53%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6447A (or 0xC6447A) is known color: Royal Heath. HEX triplet: C6, 44 and 7A. RGB value is (198,68,122). Sum of RGB (Red+Green+Blue) = 198+68+122=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C6447A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6447A is #39BB85. Grayscale: #707070. Windows color (decimal): -3783558 or 8012998. OLE color: 8012998.

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

Color convert

RGB 198 68 122 -
CMYK 0 0.66 0.38 0.22
HSL 335.08º 0.53% 0.52% -
HSV(B) 335.08º 0.66% 0.78% -
XYZ 28.87 17.55 20.28 -
YUV 113.03 133.07 188.61 -
System Red Green Blue C M Y K H S L
Decimal 198 68 122 0 0.66 0.38 0.22 335.08 0.53 0.52
Hex C6 44 7A 0 42 26 16 14F 35 34
Octal 306 104 172 0 102 46 26 517 65 64
Binary 11000110 1000100 1111010 0 1000010 100110 10110 101001111 110101 110100

Color Harmonies of #C6447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6447A

Black with #C6447A

Text Example


Text Example

White with #C6447A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6447A; }

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

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

background-color css

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

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

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

border-color css

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

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

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