Html Css Color HEX #C7386D Royal Heath

📋 copy color: '#C7386D'

red 199 ◦ green 56 ◦ blue 109

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

Shades of Royal Heath #C7386D

Tints of Royal Heath #C7386D

RGB

 RED value IS 199 (78.13% from 255) = 54.67%

 GREEN value IS 56 (22.27% from 255) = 15.38%

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

R = 54.67%
G = 15.38%
B = 29.95%

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

#C7386D (or 0xC7386D) is known color: Royal Heath. HEX triplet: C7, 38 and 6D. RGB value is (199,56,109). Sum of RGB (Red+Green+Blue) = 199+56+109=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C7386D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7386D is #38C792. Grayscale: #686868. Windows color (decimal): -3721107 or 7157959. OLE color: 7157959.

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

Color convert

RGB 199 56 109 -
CMYK 0 0.72 0.45 0.22
HSL 337.76º 0.56% 0.5% -
HSV(B) 337.76º 0.72% 0.78% -
XYZ 27.73 16.07 16.11 -
YUV 104.8 130.38 195.19 -
System Red Green Blue C M Y K H S L
Decimal 199 56 109 0 0.72 0.45 0.22 337.76 0.56 0.5
Hex C7 38 6D 0 48 2D 16 152 38 32
Octal 307 70 155 0 110 55 26 522 70 62
Binary 11000111 111000 1101101 0 1001000 101101 10110 101010010 111000 110010

Color Harmonies of #C7386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7386D

Black with #C7386D

Text Example


Text Example

White with #C7386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7386D; }

 p { color: rgb(199,56,109); }

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

background-color css

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

 a { background-color: rgb(199,56,109); }

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

border-color css

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

 span { border-color: rgb(199,56,109); }

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