Html Css Color HEX #C7386E Royal Heath

📋 copy color: '#C7386E'

red 199 ◦ green 56 ◦ blue 110

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

Shades of Royal Heath #C7386E

Tints of Royal Heath #C7386E

RGB

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

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

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

R = 54.52%
G = 15.34%
B = 30.14%

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

#C7386E (or 0xC7386E) is known color: Royal Heath. HEX triplet: C7, 38 and 6E. RGB value is (199,56,110). Sum of RGB (Red+Green+Blue) = 199+56+110=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C7386E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7386E is #38C791. Grayscale: #686868. Windows color (decimal): -3721106 or 7223495. OLE color: 7223495.

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

Color convert

RGB 199 56 110 -
CMYK 0 0.72 0.45 0.22
HSL 337.34º 0.56% 0.5% -
HSV(B) 337.34º 0.72% 0.78% -
XYZ 27.78 16.1 16.39 -
YUV 104.91 130.88 195.11 -
System Red Green Blue C M Y K H S L
Decimal 199 56 110 0 0.72 0.45 0.22 337.34 0.56 0.5
Hex C7 38 6E 0 48 2D 16 151 38 32
Octal 307 70 156 0 110 55 26 521 70 62
Binary 11000111 111000 1101110 0 1001000 101101 10110 101010001 111000 110010

Color Harmonies of #C7386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7386E

Black with #C7386E

Text Example


Text Example

White with #C7386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7386E; }

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

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

background-color css

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

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

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

border-color css

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

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

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