Html Css Color HEX #C6376C Royal Heath

📋 copy color: '#C6376C'

red 198 ◦ green 55 ◦ blue 108

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

Shades of Royal Heath #C6376C

Tints of Royal Heath #C6376C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.92%

R = 54.85%
G = 15.24%
B = 29.92%

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

#C6376C (or 0xC6376C) is known color: Royal Heath. HEX triplet: C6, 37 and 6C. RGB value is (198,55,108). Sum of RGB (Red+Green+Blue) = 198+55+108=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6376C is #39C893. Grayscale: #676767. Windows color (decimal): -3786900 or 7092166. OLE color: 7092166.

HSL color Cylindrical-coordinate representation of color #C6376C: hue angle of 337.76º 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 #C6376C is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 55 108 -
CMYK 0 0.72 0.45 0.22
HSL 337.76º 0.57% 0.5% -
HSV(B) 337.76º 0.72% 0.78% -
XYZ 27.36 15.82 15.8 -
YUV 103.8 130.38 195.19 -
System Red Green Blue C M Y K H S L
Decimal 198 55 108 0 0.72 0.45 0.22 337.76 0.57 0.5
Hex C6 37 6C 0 48 2D 16 152 39 32
Octal 306 67 154 0 110 55 26 522 71 62
Binary 11000110 110111 1101100 0 1001000 101101 10110 101010010 111001 110010

Color Harmonies of #C6376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6376C

Black with #C6376C

Text Example


Text Example

White with #C6376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6376C; }

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

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

background-color css

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

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

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

border-color css

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

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

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