Html Css Color HEX #C1386D Royal Heath

📋 copy color: '#C1386D'

red 193 ◦ green 56 ◦ blue 109

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

Shades of Royal Heath #C1386D

Tints of Royal Heath #C1386D

RGB

 RED value IS 193 (75.78% from 255) = 53.91%

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

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

R = 53.91%
G = 15.64%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1386D (or 0xC1386D) is known color: Royal Heath. HEX triplet: C1, 38 and 6D. RGB value is (193,56,109). Sum of RGB (Red+Green+Blue) = 193+56+109=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C1386D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1386D is #3EC792. Grayscale: #666666. Windows color (decimal): -4114323 or 7157953. OLE color: 7157953.

HSL color Cylindrical-coordinate representation of color #C1386D: hue angle of 336.79º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C1386D is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 56 109 -
CMYK 0 0.71 0.44 0.24
HSL 336.79º 0.55% 0.49% -
HSV(B) 336.79º 0.71% 0.76% -
XYZ 26.17 15.27 16.04 -
YUV 103.01 131.39 192.19 -
System Red Green Blue C M Y K H S L
Decimal 193 56 109 0 0.71 0.44 0.24 336.79 0.55 0.49
Hex C1 38 6D 0 47 2C 18 151 37 31
Octal 301 70 155 0 107 54 30 521 67 61
Binary 11000001 111000 1101101 0 1000111 101100 11000 101010001 110111 110001

Color Harmonies of #C1386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1386D

Black with #C1386D

Text Example


Text Example

White with #C1386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1386D; }

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

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

background-color css

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

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

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

border-color css

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

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

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