Html Css Color HEX #C6396D Royal Heath

📋 copy color: '#C6396D'

red 198 ◦ green 57 ◦ blue 109

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

Shades of Royal Heath #C6396D

Tints of Royal Heath #C6396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.66%

 BLUE value IS 109 (42.97% from 255) = 29.95%

R = 54.4%
G = 15.66%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6396D (or 0xC6396D) is known color: Royal Heath. HEX triplet: C6, 39 and 6D. RGB value is (198,57,109). Sum of RGB (Red+Green+Blue) = 198+57+109=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C6396D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6396D is #39C692. Grayscale: #696969. Windows color (decimal): -3786387 or 7158214. OLE color: 7158214.

HSL color Cylindrical-coordinate representation of color #C6396D: hue angle of 337.87º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6396D is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 57 109 -
CMYK 0 0.71 0.45 0.22
HSL 337.87º 0.55% 0.5% -
HSV(B) 337.87º 0.71% 0.78% -
XYZ 27.51 16.04 16.11 -
YUV 105.09 130.21 194.27 -
System Red Green Blue C M Y K H S L
Decimal 198 57 109 0 0.71 0.45 0.22 337.87 0.55 0.5
Hex C6 39 6D 0 47 2D 16 152 37 32
Octal 306 71 155 0 107 55 26 522 67 62
Binary 11000110 111001 1101101 0 1000111 101101 10110 101010010 110111 110010

Color Harmonies of #C6396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6396D

Black with #C6396D

Text Example


Text Example

White with #C6396D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6396D; }

 p { color: rgb(198,57,109); }

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

background-color css

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

 a { background-color: rgb(198,57,109); }

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

border-color css

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

 span { border-color: rgb(198,57,109); }

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