Html Css Color HEX #C6467B Royal Heath

📋 copy color: '#C6467B'

red 198 ◦ green 70 ◦ blue 123

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

Shades of Royal Heath #C6467B

Tints of Royal Heath #C6467B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.9%

 BLUE value IS 123 (48.44% from 255) = 31.46%

R = 50.64%
G = 17.9%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6467B (or 0xC6467B) is known color: Royal Heath. HEX triplet: C6, 46 and 7B. RGB value is (198,70,123). Sum of RGB (Red+Green+Blue) = 198+70+123=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C6467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6467B is #39B984. Grayscale: #727272. Windows color (decimal): -3783045 or 8079046. OLE color: 8079046.

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

Color convert

RGB 198 70 123 -
CMYK 0 0.65 0.38 0.22
HSL 335.16º 0.53% 0.53% -
HSV(B) 335.16º 0.65% 0.78% -
XYZ 29.05 17.82 20.65 -
YUV 114.31 132.91 187.69 -
System Red Green Blue C M Y K H S L
Decimal 198 70 123 0 0.65 0.38 0.22 335.16 0.53 0.53
Hex C6 46 7B 0 41 26 16 14F 35 35
Octal 306 106 173 0 101 46 26 517 65 65
Binary 11000110 1000110 1111011 0 1000001 100110 10110 101001111 110101 110101

Color Harmonies of #C6467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6467B

Black with #C6467B

Text Example


Text Example

White with #C6467B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6467B; }

 p { color: rgb(198,70,123); }

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

background-color css

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

 a { background-color: rgb(198,70,123); }

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

border-color css

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

 span { border-color: rgb(198,70,123); }

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