Html Css Color HEX #C6376D Royal Heath

📋 copy color: '#C6376D'

red 198 ◦ green 55 ◦ blue 109

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

Shades of Royal Heath #C6376D

Tints of Royal Heath #C6376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.19%

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

R = 54.7%
G = 15.19%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6376D (or 0xC6376D) is known color: Royal Heath. HEX triplet: C6, 37 and 6D. RGB value is (198,55,109). Sum of RGB (Red+Green+Blue) = 198+55+109=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C6376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6376D is #39C892. Grayscale: #676767. Windows color (decimal): -3786899 or 7157702. OLE color: 7157702.

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

Color convert

RGB 198 55 109 -
CMYK 0 0.72 0.45 0.22
HSL 337.34º 0.57% 0.5% -
HSV(B) 337.34º 0.72% 0.78% -
XYZ 27.42 15.84 16.08 -
YUV 103.91 130.88 195.11 -
System Red Green Blue C M Y K H S L
Decimal 198 55 109 0 0.72 0.45 0.22 337.34 0.57 0.5
Hex C6 37 6D 0 48 2D 16 151 39 32
Octal 306 67 155 0 110 55 26 521 71 62
Binary 11000110 110111 1101101 0 1001000 101101 10110 101010001 111001 110010

Color Harmonies of #C6376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6376D

Black with #C6376D

Text Example


Text Example

White with #C6376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6376D; }

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

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

background-color css

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

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

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

border-color css

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

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

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