Html Css Color HEX #C1386F Royal Heath

📋 copy color: '#C1386F'

red 193 ◦ green 56 ◦ blue 111

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

Shades of Royal Heath #C1386F

Tints of Royal Heath #C1386F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.83%

R = 53.61%
G = 15.56%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C1386F (or 0xC1386F) is known color: Royal Heath. HEX triplet: C1, 38 and 6F. RGB value is (193,56,111). Sum of RGB (Red+Green+Blue) = 193+56+111=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C1386F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1386F is #3EC790. Grayscale: #676767. Windows color (decimal): -4114321 or 7289025. OLE color: 7289025.

HSL color Cylindrical-coordinate representation of color #C1386F: hue angle of 335.91º 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 #C1386F is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 56 111 -
CMYK 0 0.71 0.42 0.24
HSL 335.91º 0.55% 0.49% -
HSV(B) 335.91º 0.71% 0.76% -
XYZ 26.28 15.31 16.61 -
YUV 103.23 132.39 192.03 -
System Red Green Blue C M Y K H S L
Decimal 193 56 111 0 0.71 0.42 0.24 335.91 0.55 0.49
Hex C1 38 6F 0 47 2A 18 150 37 31
Octal 301 70 157 0 107 52 30 520 67 61
Binary 11000001 111000 1101111 0 1000111 101010 11000 101010000 110111 110001

Color Harmonies of #C1386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1386F

Black with #C1386F

Text Example


Text Example

White with #C1386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1386F; }

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

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

background-color css

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

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

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

border-color css

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

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

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