Html Css Color HEX #C6366E Royal Heath

📋 copy color: '#C6366E'

red 198 ◦ green 54 ◦ blue 110

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

Shades of Royal Heath #C6366E

Tints of Royal Heath #C6366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.92%

 BLUE value IS 110 (43.36% from 255) = 30.39%

R = 54.7%
G = 14.92%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6366E (or 0xC6366E) is known color: Royal Heath. HEX triplet: C6, 36 and 6E. RGB value is (198,54,110). Sum of RGB (Red+Green+Blue) = 198+54+110=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C6366E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6366E is #39C991. Grayscale: #676767. Windows color (decimal): -3787154 or 7222982. OLE color: 7222982.

HSL color Cylindrical-coordinate representation of color #C6366E: hue angle of 336.67º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6366E is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 54 110 -
CMYK 0 0.73 0.44 0.22
HSL 336.67º 0.57% 0.49% -
HSV(B) 336.67º 0.73% 0.78% -
XYZ 27.42 15.77 16.35 -
YUV 103.44 131.71 195.45 -
System Red Green Blue C M Y K H S L
Decimal 198 54 110 0 0.73 0.44 0.22 336.67 0.57 0.49
Hex C6 36 6E 0 49 2C 16 151 39 31
Octal 306 66 156 0 111 54 26 521 71 61
Binary 11000110 110110 1101110 0 1001001 101100 10110 101010001 111001 110001

Color Harmonies of #C6366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6366E

Black with #C6366E

Text Example


Text Example

White with #C6366E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6366E; }

 p { color: rgb(198,54,110); }

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

background-color css

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

 a { background-color: rgb(198,54,110); }

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

border-color css

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

 span { border-color: rgb(198,54,110); }

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